Home
last modified time | relevance | path

Searched refs:isgetsetdescriptor (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dinspect.py262 def isgetsetdescriptor(object): function
270 def isgetsetdescriptor(object): function
Dpydoc.py1694 if inspect.isgetsetdescriptor(thing):
/third_party/python/Lib/test/
Dtest_inspect.py140 self.istest(inspect.isgetsetdescriptor,
143 self.assertFalse(inspect.isgetsetdescriptor(type(tb.tb_frame).f_locals))
/third_party/python/Doc/library/
Dinspect.rst451 .. function:: isgetsetdescriptor(object)