Searched refs:__delete__ (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | clsutil.py | 65 def __delete__(self, obj): member in Slot
|
/third_party/python/Lib/ |
H A D | types.py | 188 def __delete__(self, instance): member in DynamicClassAttribute
|
H A D | enum.py | 44 hasattr(obj, '__delete__') 220 def __delete__(self, instance): member in property
|
/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 90 STRUCT_FOR_ID(__delete__)
|
H A D | pycore_runtime_init.h | 713 INIT_ID(__delete__), \
|
/third_party/python/Lib/test/ |
H A D | test_descr.py | 1742 def __delete__(self, obj): member in .test_compattr.C.computed_attribute 2284 C.x.__delete__(a) 4825 type(X).__dict__["__doc__"].__delete__(X)
|
H A D | test_inspect.py | 1445 def __delete__(self, name): pass member in TestIsDataDescriptor.test_custom_descriptors.DataDescriptor1 1453 'class with __delete__ is a data descriptor') 1997 descriptor.__delete__ = lambda s, i, o: None 2580 test_unbound_method(property.__delete__)
|
H A D | test_collections.py | 678 self.assertRaises(AttributeError, Point.x.__delete__, p)
|
/third_party/python/Objects/ |
H A D | typeobject.c | 7838 res = vectorcall_method(&_Py_ID(__delete__), stack, 2); in slot_tp_descr_set() 8081 TPSLOT("__delete__", tp_descr_set, slot_tp_descr_set, 8083 "__delete__($self, instance, /)\n--\n\nDelete an attribute of instance."), 8333 * __set__ and __delete__) and we look up these names in the MRO of the type.
|
Completed in 35 milliseconds