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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
254 self.assertEqual(inspect.getcomments(mod), '# line 1\n')
255 self.assertEqual(inspect.getcomments(mod.StupidGit), '# line 20\n')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
254 self.assertEqual(inspect.getcomments(mod), '# line 1\n')
255 self.assertEqual(inspect.getcomments(mod.StupidGit), '# line 20\n')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 16 getdoc(), getcomments() - get documentation on an object
585 def getcomments(object): function
    [all...]
pydoc.py 83 result = inspect.getdoc(object) or inspect.getcomments(object)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 16 getdoc(), getcomments() - get documentation on an object
585 def getcomments(object): function
    [all...]
pydoc.py 83 result = inspect.getdoc(object) or inspect.getcomments(object)
    [all...]

Completed in 223 milliseconds