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

Class Dictionary

Web/Python/vtkmodules/web/testing.py:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102# access.
103# =============================================================================
104class Dictionary(dict):
105 def __getattribute__(self, attrName):
106 return self[attrName]
107
108 def __setattr__(self, attrName, attrValue):
109 self[attrName] = attrValue
110
111
112# =============================================================================

Callers 1

initializeFunction · 0.85

Calls

no outgoing calls

Tested by 1

initializeFunction · 0.68