HomeSort by relevance Sort by last modified time
    Searched refs:isgetsetdescriptor (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 127 def isgetsetdescriptor(object): function
135 def isgetsetdescriptor(object): function
    [all...]
pydoc.py 326 if inspect.isgetsetdescriptor(object): return self.docdata(*args)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 127 def isgetsetdescriptor(object): function
135 def isgetsetdescriptor(object): function
    [all...]
pydoc.py 326 if inspect.isgetsetdescriptor(object): return self.docdata(*args)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 90 self.istest(inspect.isgetsetdescriptor,
93 self.assertFalse(inspect.isgetsetdescriptor(type(tb.tb_frame).f_locals))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 90 self.istest(inspect.isgetsetdescriptor,
93 self.assertFalse(inspect.isgetsetdescriptor(type(tb.tb_frame).f_locals))
    [all...]

Completed in 87 milliseconds