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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 180 doc = self.get_docstring(nodelist, symbol.file_input)
268 doc = self.get_docstring(nodelist[-1])
298 doc = self.get_docstring(nodelist[-1])
1394 def get_docstring(self, node, n=None): member in class:Transformer
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 180 doc = self.get_docstring(nodelist, symbol.file_input)
268 doc = self.get_docstring(nodelist[-1])
298 doc = self.get_docstring(nodelist[-1])
1394 def get_docstring(self, node, n=None): member in class:Transformer
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py 187 def get_docstring(node, clean=True): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py 187 def get_docstring(node, clean=True): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ast.py 474 self.assertEqual(ast.get_docstring(node.body[0]),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ast.py 474 self.assertEqual(ast.get_docstring(node.body[0]),

Completed in 167 milliseconds