Searched defs:fget (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | descrobject.c.h | 73 PyObject *fget = 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 183 def getter(self, fget): argument
|
/external/python/setuptools/setuptools/command/ |
D | test.py | 62 def __init__(self, fget): argument
|
/external/python/cpython3/Lib/test/ |
D | test_abc.py | 213 def __init__(self, fget, fset=None): argument
|
D | test_enum.py | 127 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument
|
/external/python/cpython3/Objects/ |
D | descrobject.c | 1468 property_init_impl(propertyobject *self, PyObject *fget, PyObject *fset, in property_init_impl()
|