Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Ddescrobject.c.h73 PyObject *fget = NULL; in property_init() local
/external/python/cpython3/Lib/
Dtypes.py154 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument
183 def getter(self, fget): argument
/external/python/setuptools/setuptools/command/
Dtest.py62 def __init__(self, fget): argument
/external/python/cpython3/Lib/test/
Dtest_abc.py213 def __init__(self, fget, fset=None): argument
Dtest_enum.py127 def __init__(self, fget=None, fset=None, fdel=None, doc=None): argument
/external/python/cpython3/Objects/
Ddescrobject.c1468 property_init_impl(propertyobject *self, PyObject *fget, PyObject *fset, in property_init_impl()