Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
template<>
55
std::string repr( FrameRange &x )
56
{
57
return ( boost::format(
"IECore.FrameRange( %d, %d, %d )"
) % x.getStart() % x.getEnd() % x.getStep() ).str();
58
}
59
60
void bindFrameRange()
61
{
Callers
nothing calls this directly
Calls
3
getStart
Method · 0.80
getEnd
Method · 0.80
getStep
Method · 0.80
Tested by
no test coverage detected