Home
last modified time | relevance | path

Searched refs:parsefile (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Tools/world/
Dworld206 parsefile = None
224 parsefile = arg
245 elif parsefile:
246 parse(parsefile, normalize)
/external/python/cpython2/Demo/tkinter/guido/
DManPage.py51 parsefile = asyncparsefile # Alias variable in EditableManPage
215 manpage.parsefile(fp)
Dtkman.py203 self.text.parsefile(fp)
Dss1.py221 SheetParser(self).parsefile(f)
229 def parsefile(self, f): member in SheetParser
/external/python/cpython2/Lib/test/
Dtest_xml_etree.py568 def parsefile(): function
/external/python/cpython2/Lib/compiler/
Dtransformer.py134 def parsefile(self, file): member in Transformer