Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TryUpdate
Function · 0.45
TryShutdown
Function · 0.45
TrySetInputData
Function · 0.45
testWeakref
Method · 0.45
testProxy
Method · 0.45
testObjectConstructor
Method · 0.45
testObjectPointer
Method · 0.45
PythonSmoke.py
File · 0.45
testSubclassInstantiate
Method · 0.45
testConstructorArgs
Method · 0.45
TestNumberOfGenerationsFromBase
Function · 0.45
TestValueType
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected