/external/python/cpython2/Tools/pynche/ |
Switchboard.py | 52 def __init__(self, initfile): 53 self.__initfile = initfile 63 if initfile: 66 fp = open(initfile) 70 'Problem reading options from file:', initfile
|
Main.py | 24 --initfile file 127 def build(master=None, initialcolor=None, initfile=None, ignore=None, 130 s = Switchboard(not ignore and initfile) 193 ['database=', 'initfile=', 'ignore', 'help', 'version']) 206 initfile = os.path.expanduser('~/.pynche') 221 elif opt in ('-i', '--initfile'): 222 initfile = arg 225 initfile=initfile, 217 initfile = arg variable 220 initfile=initfile, variable
|
pyColorChooser.py | 16 initfile = None, 21 self.__initfile = initfile or os.path.expanduser('~/.pynche') 40 initfile = self.__initfile,
|
/external/python/cpython3/Tools/pynche/ |
Switchboard.py | 51 def __init__(self, initfile): 52 self.__initfile = initfile 62 if initfile: 65 fp = open(initfile, 'rb') 68 print('Problem reading options from file:', initfile,
|
Main.py | 24 --initfile file 127 def build(master=None, initialcolor=None, initfile=None, ignore=None, 130 s = Switchboard(not ignore and initfile) 193 ['database=', 'initfile=', 'ignore', 'help', 'version']) 206 initfile = os.path.expanduser('~/.pynche') 221 elif opt in ('-i', '--initfile'): 222 initfile = arg 225 initfile=initfile, 217 initfile = arg variable 220 initfile=initfile, variable
|
pyColorChooser.py | 16 initfile = None, 21 self.__initfile = initfile or os.path.expanduser('~/.pynche') 40 initfile = self.__initfile,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
ihooks.py | 299 initfile, initfilename, initinfo = initstuff
302 if initfile: initfile.close()
307 file = initfile
|
pkgutil.py | 526 initfile = os.path.join(subdir, init_py)
527 if subdir not in path and os.path.isfile(initfile):
|
/external/python/cpython2/Lib/ |
ihooks.py | 299 initfile, initfilename, initinfo = initstuff 302 if initfile: initfile.close() 307 file = initfile
|
pkgutil.py | 534 initfile = os.path.join(subdir, init_py) 535 if subdir not in path and os.path.isfile(initfile):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
ihooks.py | 299 initfile, initfilename, initinfo = initstuff 302 if initfile: initfile.close() 307 file = initfile
|
pkgutil.py | 534 initfile = os.path.join(subdir, init_py) 535 if subdir not in path and os.path.isfile(initfile):
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
ihooks.py | 299 initfile, initfilename, initinfo = initstuff 302 if initfile: initfile.close() 307 file = initfile
|
pkgutil.py | 534 initfile = os.path.join(subdir, init_py) 535 if subdir not in path and os.path.isfile(initfile):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ihooks.py | 299 initfile, initfilename, initinfo = initstuff 302 if initfile: initfile.close() 307 file = initfile
|
pkgutil.py | 534 initfile = os.path.join(subdir, init_py) 535 if subdir not in path and os.path.isfile(initfile):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ihooks.py | 299 initfile, initfilename, initinfo = initstuff 302 if initfile: initfile.close() 307 file = initfile
|
pkgutil.py | 534 initfile = os.path.join(subdir, init_py) 535 if subdir not in path and os.path.isfile(initfile):
|
/external/python/cpython3/Lib/idlelib/ |
query.py | 246 def askfilename(self, filetypes, initdir, initfile): # htest # 251 .show(initialdir=initdir, initialfile=initfile)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
pkgutil.py | 534 initfile = os.path.join(subdir, init_py)
535 if subdir not in path and os.path.isfile(initfile):
|