Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/pynche/
DMain.py123 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,
DSwitchboard.py51 def __init__(self, initfile): argument
52 self.__initfile = initfile
62 if initfile:
65 fp = open(initfile)
69 'Problem reading options from file:', initfile
DpyColorChooser.py15 initfile = None, argument
20 self.__initfile = initfile or os.path.expanduser('~/.pynche')
39 initfile = self.__initfile,
DREADME49 --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/
Dihooks.py299 initfile, initfilename, initinfo = initstuff
302 if initfile: initfile.close()
307 file = initfile
Dpkgutil.py534 initfile = os.path.join(subdir, init_py)
535 if subdir not in path and os.path.isfile(initfile):