Searched defs:fget (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | descrobject.c.h | 81 PyObject *fget = NULL; in property_init() local
|
/external/python/cpython3/Lib/ |
D | types.py | 161 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument 190 def getter(self, fget): argument
|
/external/python/setuptools/setuptools/command/ |
D | test.py | 62 def __init__(self, fget): argument
|
/external/python/enum34/enum/ |
D | __init__.py | 47 def __init__(self, fget=None): argument
|
/external/python/cpython3/Lib/test/ |
D | test_abc.py | 232 def __init__(self, fget, fset=None): argument
|
D | test_enum.py | 125 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument
|
/external/python/cpython3/Objects/ |
D | descrobject.c | 1678 property_init_impl(propertyobject *self, PyObject *fget, PyObject *fset, in property_init_impl()
|