Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ checkIndex
Method
checkIndex
src/bindings/python/PyUtils.h:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void checkIndex(int i, int num)
52
{
53
if (i >= num) { throw py::index_error(
"Iterator index out of range"
); }
54
}
55
56
T m_obj;
57
std::tuple<ARGS ...> m_args;
Callers
15
bindPyViewingRules
Function · 0.80
bindPyViewTransform
Function · 0.80
bindPyFormatMetadata
Function · 0.80
bindPyBaker
Function · 0.80
bindPyProcessorMetadata
Function · 0.80
bindPyNamedTransform
Function · 0.80
bindPyColorSpace
Function · 0.80
PyConfig.cpp
File · 0.80
bindPyColorSpaceSet
Function · 0.80
bindPyProcessor
Function · 0.80
bindPyContext
Function · 0.80
bindPyGroupTransform
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected