Searched defs:__dict__ (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Lib/ctypes/test/ | ||
| D | test_parameters.py | 192 def __dict__(self): member in SimpleTypesTestCase.test_issue31311.BadStruct |
| /third_party/python/Lib/test/ | ||
| D | test_builtin.py | 526 __dict__ = 8 variable in BuiltinTest.test_dir.Foo |
| D | test_inspect.py | 2015 def __dict__(self): member in TestGetattrStatic.test_dict_as_property.Foo |
| D | test_descr.py | 2542 __dict__ = property(getdict) variable in ClassPropertiesAndMethods.test_dir.M2 |
| /third_party/python/Include/internal/ | ||
| D | pycore_ast_state.h | 147 PyObject *__dict__; member |