Home
last modified time | relevance | path

Searched defs:fdel (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Objects/clinic/
Ddescrobject.c.h83 PyObject *fdel = NULL; in property_init() local
/external/python/cpython3/Lib/
Dtypes.py161 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument
201 def deleter(self, fdel): argument
/external/python/cpython3/Objects/
Ddescrobject.c1679 PyObject *fdel, PyObject *doc) in property_init_impl()
/external/python/cpython3/Lib/test/
Dtest_enum.py125 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument