Searched defs:fdel (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | descrobject.c.h | 75 PyObject *fdel = NULL; in property_init() local
|
/external/python/cpython3/Lib/ |
D | types.py | 154 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument 194 def deleter(self, fdel): argument
|
/external/python/cpython3/Objects/ |
D | descrobject.c | 1469 PyObject *fdel, PyObject *doc) in property_init_impl()
|
/external/python/cpython3/Lib/test/ |
D | test_enum.py | 127 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument
|