HomeSort by relevance Sort by last modified time
    Searched refs:__dict__ (Results 1 - 11 of 11) sorted by null

  /external/protobuf/python/
stubout.py 57 probably be to manipulate obj.__dict__ instead of getattr() and
63 (not inspect.isclass(obj) and obj.__dict__.has_key(attr_name))):
89 old_attribute = obj.__dict__.get(attr_name)
121 old_attribute = parent.__dict__.get(child_name)
mox.py 374 MockAnything.__dict__['__init__'](self)
444 setitem = self._class_to_mock.__dict__.get('__setitem__', None)
475 getitem = self._class_to_mock.__dict__.get('__getitem__', None)
494 callable = self._class_to_mock.__dict__.get('__call__', None)
    [all...]
  /development/scripts/app_engine_server/gae_shell/
shell.py 246 exec code in statement_module.__dict__
251 statement_module.__dict__[name] = val
259 old_globals = dict(statement_module.__dict__)
266 exec compiled in statement_module.__dict__
276 for name, val in statement_module.__dict__.items():
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 79 self.__dict__[key] = value
    [all...]
test.py 82 test.__dict__[key] = value
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 247 return self.__dict__[name]
252 del self.__dict__[name]
279 self.__dict__['url'] = value
295 self.__dict__['url'] = None
299 self.__dict__['method'] = value.upper()
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner2.py 65 return "_WorkerState(" + str(self.__dict__) + ")"
  /external/llvm/utils/Misc/
zkill 57 self.__dict__.update(kwargs)
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 254 original = target.__dict__[name]
256 # for instances of classes with slots, they have no __dict__
308 # objects without a __dict__
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 686 self.__dict__[key] = value
  /external/clang/bindings/python/clang/
cindex.py 292 for key,value in CursorKind.__dict__.items():
964 for key,value in TypeKind.__dict__.items():
    [all...]

Completed in 170 milliseconds