Searched refs:__setattr__ (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/python/tools/
H A Dtracer_demo.py78 def __setattr__(self, attr, val): member in class:Tracer
/vbox/src/libs/xpcom18a4/python/
H A Dcomponents.py114 # Bypass self.__setattr__ when initializing attributes.
130 def __setattr__(self, attr, value): member in class:_Interface
/vbox/src/libs/xpcom18a4/python/client/
H A D__init__.py244 # hit __dict__ directly to avoid __setattr__()
386 def __setattr__(self, attr, val): member in class:Component
473 def __setattr__(self, attr, val): member in class:_Interface
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py2934 adapter.__setattr__(attr, yesno[args[1]])
3023 'p': lambda: adapter.__setattr__('bridgedInterface', args[2]),
3027 'p': lambda: adapter.__setattr__('internalNetwork', args[2]),
3031 'p': lambda: adapter.__setattr__('hostOnlyInterface', args[2]),

Completed in 43 milliseconds