Home | History | Annotate | Download | only in compiler

Lines Matching refs:parseFile

6 The simplest ways to invoke this module are via parse and parseFile.
8 parseFile(path) -> AST
39 def parseFile(path):
101 tree = parsefile(fileob | filename)
134 def parsefile(self, file):