HomeSort by relevance Sort by last modified time
    Searched refs:__dict__ (Results 1 - 13 of 13) 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/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 39 self.__dict__[name] = value
44 self.__dict__[name] = value
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 749 if getattr(module, '__dict__', None) is globals_dict:
815 # way of defining and using fields is to access __dict__ directly.
818 self.__dict__['__flags'] = {}
821 self.__dict__['__flags_by_module'] = {}
824 self.__dict__['__flags_by_module_id'] = {}
827 self.__dict__['__key_flags_by_module'] = {}
841 self.__dict__['__use_gnu_getopt'] = use_gnu_getopt
844 return self.__dict__['__use_gnu_getopt']
847 return self.__dict__['__flags']
    [all...]
  /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 503 for key,value in CursorKind.__dict__.items():
    [all...]

Completed in 287 milliseconds