Home
last modified time | relevance | path

Searched refs:pyfile (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dtest_unparse.py13 with open(filename, "r") as pyfile:
14 source = pyfile.read()
Dunparse.py572 with open(filename, "r") as pyfile:
573 source = pyfile.read()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dgencodec.py353 def pymap(name,map,pyfile,encodingname,comments=1): argument
356 f = open(pyfile,'w')