Home
last modified time | relevance | path

Searched refs:pythonrc (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Doc/library/
Duser.rst13 pair: .pythonrc.py; file
29 The :mod:`user` module looks for a file :file:`.pythonrc.py` in the user's home
36 The user's :file:`.pythonrc.py` could conceivably test for ``sys.version`` if it
40 :file:`.pythonrc.py` file. Since you don't know which programs will use it,
46 :file:`.pythonrc.py` file that you test in your module. For example, a module
55 defined ``spam_verbose`` in their :file:`.pythonrc.py` file.)
62 :file:`.pythonrc.py` file.
/external/python/cpython2/Lib/
Duser.py41 pythonrc = os.path.join(home, ".pythonrc.py") variable
43 f = open(pythonrc)
48 execfile(pythonrc)
/external/python/cpython2/Doc/tutorial/
Dappendix.rst87 os.path.isfile('.pythonrc.py'): exec(open('.pythonrc.py').read())``.
/external/python/cpython2/Doc/using/
Dunix.rst113 | :file:`~/.pythonrc.py` | User-specific initialization file loaded |
/external/python/cpython2/Misc/
DHISTORY13159 setup commands, ~/.pythonrc.py.