Searched refs:initfile (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Tools/pynche/ |
D | Main.py | 123 def build(master=None, initialcolor=None, initfile=None, ignore=None, argument 126 s = Switchboard(not ignore and initfile) 201 initfile = os.path.expanduser('~/.pynche') 217 initfile = arg 220 initfile=initfile,
|
D | Switchboard.py | 50 def __init__(self, initfile): argument 51 self.__initfile = initfile 61 if initfile: 64 fp = open(initfile, 'rb') 67 print('Problem reading options from file:', initfile,
|
D | pyColorChooser.py | 15 initfile = None, argument 20 self.__initfile = initfile or os.path.expanduser('~/.pynche') 39 initfile = self.__initfile,
|
D | README | 49 --initfile file 117 initfile[*] 118 similar to the --initfile option, the value must be a 323 --initfile option (see above), and defaults to ~/.pynche. 346 --initfile.
|
/external/python/cpython2/Tools/pynche/ |
D | Main.py | 123 def build(master=None, initialcolor=None, initfile=None, ignore=None, argument 126 s = Switchboard(not ignore and initfile) 201 initfile = os.path.expanduser('~/.pynche') 217 initfile = arg 220 initfile=initfile,
|
D | Switchboard.py | 51 def __init__(self, initfile): argument 52 self.__initfile = initfile 62 if initfile: 65 fp = open(initfile) 69 'Problem reading options from file:', initfile
|
D | pyColorChooser.py | 15 initfile = None, argument 20 self.__initfile = initfile or os.path.expanduser('~/.pynche') 39 initfile = self.__initfile,
|
D | README | 49 --initfile file 117 initfile[*] 118 similar to the --initfile option, the value must be a 323 --initfile option (see above), and defaults to ~/.pynche. 346 --initfile.
|
/external/python/cpython2/Lib/ |
D | ihooks.py | 299 initfile, initfilename, initinfo = initstuff 302 if initfile: initfile.close() 307 file = initfile
|
D | pkgutil.py | 532 initfile = os.path.join(subdir, init_py) 533 if subdir not in path and os.path.isfile(initfile):
|
/external/python/cpython3/Lib/idlelib/ |
D | query.py | 286 def askfilename(self, filetypes, initdir, initfile): # htest # argument 291 .show(initialdir=initdir, initialfile=initfile)
|