Home
last modified time | relevance | path

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

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