Searched refs:isgetsetdescriptor (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dinspect.py127 def isgetsetdescriptor(object): function
135 def isgetsetdescriptor(object): function
H A Dpydoc.py326 if inspect.isgetsetdescriptor(object): return self.docdata(*args)
1448 if inspect.isgetsetdescriptor(thing):
1520 inspect.isgetsetdescriptor(object) or
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_inspect.py90 self.istest(inspect.isgetsetdescriptor,
93 self.assertFalse(inspect.isgetsetdescriptor(type(tb.tb_frame).f_locals))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dinspect.py127 def isgetsetdescriptor(object): function
135 def isgetsetdescriptor(object): function
H A Dpydoc.py326 if inspect.isgetsetdescriptor(object): return self.docdata(*args)
1448 if inspect.isgetsetdescriptor(thing):
1520 inspect.isgetsetdescriptor(object) or
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_inspect.py90 self.istest(inspect.isgetsetdescriptor,
93 self.assertFalse(inspect.isgetsetdescriptor(type(tb.tb_frame).f_locals))

Completed in 30 milliseconds