MCPcopy Create free account
hub / github.com/ImageEngine/cortex / join

Function join

src/IECorePython/CamelCaseBinding.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68static std::string join( object words, CamelCase::Caps caps, const std::string &separator )
69{
70 vector<string> w;
71 boost::python::container_utils::extend_container( w, words );
72 return CamelCase::join( w.begin(), w.end(), caps, separator );
73}
74
75void bindCamelCase()
76{

Callers 3

__walkMethod · 0.85
toSpacedMethod · 0.85
fromSpacedMethod · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected