Searched defs:fget (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Objects/clinic/ |
| D | descrobject.c.h | 81 PyObject *fget = NULL; in property_init() local
|
| /third_party/python/Lib/ |
| D | types.py | 164 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument 193 def getter(self, fget): argument
|
| /third_party/python/Lib/test/ |
| D | test_abc.py | 232 def __init__(self, fget, fset=None): argument
|
| D | test_enum.py | 186 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument
|
| /third_party/python/Objects/ |
| D | descrobject.c | 1771 property_init_impl(propertyobject *self, PyObject *fget, PyObject *fset, in property_init_impl()
|