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

Function repr

src/IECorePython/FrameRangeBinding.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54template<>
55std::string repr( FrameRange &x )
56{
57 return ( boost::format("IECore.FrameRange( %d, %d, %d )" ) % x.getStart() % x.getEnd() % x.getStep() ).str();
58}
59
60void bindFrameRange()
61{

Callers

nothing calls this directly

Calls 3

getStartMethod · 0.80
getEndMethod · 0.80
getStepMethod · 0.80

Tested by

no test coverage detected