Home
last modified time | relevance | path

Searched refs:class_dict (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dinspect.py1798 class_dict = dict_attr.__get__(entry)["__dict__"]
1802 if not (type(class_dict) is types.GetSetDescriptorType and
1803 class_dict.__name__ == "__dict__" and
1804 class_dict.__objclass__ is entry):
1805 return class_dict
/third_party/python/Lib/test/
H A Dtest_descr.py3403 class_dict = cls.__dict__ variable in .test_set_dict.E
3405 class_dict["spam"] = "eggs"

Completed in 13 milliseconds