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

Method Repr

trinity/TriRect.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26PyObject* TriRect::Repr( bool* handled )
27{
28 *handled = true;
29 char buf[120];
30 sprintf_s( buf, "<Instance of 'TriRect' (left=%d top=%d right=%d bottom=%d)>", left, top, right, bottom );
31 return ToPython( buf );
32}
33
34
35TriRect::TriRect( IRoot* lockobj )

Callers

nothing calls this directly

Calls 1

ToPythonFunction · 0.85

Tested by

no test coverage detected