MCPcopy Create free account
hub / github.com/Kitware/VTK / GetClassName

Method GetClassName

Common/Core/Testing/Python/TestSubClass.py:37–39  ·  view source on GitHub ↗

Get the class name.

(self)

Source from the content-addressed store, hash-verified

35 self._ExtraObject = extra
36
37 def GetClassName(self):
38 """Get the class name."""
39 return self.__class__.__name__
40
41 def GetExtraObject(self):
42 """Getter method."""

Callers 14

TryUpdateFunction · 0.45
TryShutdownFunction · 0.45
TrySetInputDataFunction · 0.45
testWeakrefMethod · 0.45
testProxyMethod · 0.45
testObjectConstructorMethod · 0.45
testObjectPointerMethod · 0.45
PythonSmoke.pyFile · 0.45
testConstructorArgsMethod · 0.45
TestValueTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected