Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Ddescrobject.c.h81 PyObject *fget = NULL; in property_init() local
/external/python/cpython3/Lib/
Dtypes.py161 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument
190 def getter(self, fget): argument
/external/python/setuptools/setuptools/command/
Dtest.py62 def __init__(self, fget): argument
/external/python/enum34/enum/
D__init__.py47 def __init__(self, fget=None): argument
/external/python/cpython3/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
/external/python/cpython3/Objects/
Ddescrobject.c1678 property_init_impl(propertyobject *self, PyObject *fget, PyObject *fset, in property_init_impl()