MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / GetCallbackPyCallable

Method GetCallbackPyCallable

Wrapping/Python/sitkPyCommand.cxx:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89PyObject *
90PyCommand::GetCallbackPyCallable()
91{
92 return this->m_Object;
93}
94
95void
96PyCommand::Execute()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected