Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetExtraObject
Method
GetExtraObject
Common/Core/Testing/Python/TestSubClass.py:41–43 ·
view source on GitHub ↗
Getter method.
(self)
Source
from the content-addressed store, hash-verified
39
return
self.__class__.__name__
40
41
def
GetExtraObject(self):
42
""
"Getter method."
""
43
return
self._ExtraObject
44
45
def
SetExtraObject(self, o):
46
""
"Setter method."
""
Callers
1
testConstructorArgs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected