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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenOutput.py 5 of a module with a global variable. Use SetOutputFile() or
11 def SetOutputFile(file = None, needclose = 0):
37 SetOutputFile()
39 SetOutputFile(open(filename, 'w'), 1)
41 SetOutputFile() # Initialize _File
  /external/python/cpython2/Tools/bgen/bgen/
bgenOutput.py 5 of a module with a global variable. Use SetOutputFile() or
11 def SetOutputFile(file = None, needclose = 0):
37 SetOutputFile()
39 SetOutputFile(open(filename, 'w'), 1)
41 SetOutputFile() # Initialize _File

Completed in 169 milliseconds