Home
last modified time | relevance | path

Searched defs:fget (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/clinic/
Ddescrobject.c.h81 PyObject *fget = NULL; in property_init() local
/third_party/python/Lib/
Dtypes.py166 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument
195 def getter(self, fget): argument
/third_party/python/Lib/test/
Dtest_abc.py232 def __init__(self, fget, fset=None): argument
Dtest_enum.py125 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument
/third_party/python/Objects/
Ddescrobject.c1722 property_init_impl(propertyobject *self, PyObject *fget, PyObject *fset, in property_init_impl()