MCPcopy Create free account
hub / github.com/carbonengine/trinity / ToPython

Function ToPython

trinity/PyVerCompat.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57template <typename T>
58inline PyObject* ToPython( const T& value )
59{
60 return BlueWrapReturnValue( {}, value );
61}

Callers 15

ReprMethod · 0.85
GetDescFunction · 0.85
PyLockBufferFunction · 0.85
PyLockBufferAndMarginFunction · 0.85
PyGetUpscalingInfoMethod · 0.85
ReprMethod · 0.85
PyReprFunction · 0.85
ReprMethod · 0.85
GetPixelPyMethod · 0.85
TriConstants.cppFile · 0.85
PyParseLabelTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected