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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
user.py 14 The user module looks for a file .pythonrc.py in the user's home
19 The user's .pythonrc.py could conceivably test for sys.version if it
41 pythonrc = os.path.join(home, ".pythonrc.py") variable
43 f = open(pythonrc)
48 execfile(pythonrc)
  /external/python/cpython2/Lib/
user.py 14 The user module looks for a file .pythonrc.py in the user's home
19 The user's .pythonrc.py could conceivably test for sys.version if it
41 pythonrc = os.path.join(home, ".pythonrc.py") variable
43 f = open(pythonrc)
48 execfile(pythonrc)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
user.py 14 The user module looks for a file .pythonrc.py in the user's home
19 The user's .pythonrc.py could conceivably test for sys.version if it
41 pythonrc = os.path.join(home, ".pythonrc.py") variable
43 f = open(pythonrc)
48 execfile(pythonrc)
  /prebuilts/gdb/linux-x86/lib/python2.7/
user.py 14 The user module looks for a file .pythonrc.py in the user's home
19 The user's .pythonrc.py could conceivably test for sys.version if it
41 pythonrc = os.path.join(home, ".pythonrc.py") variable
43 f = open(pythonrc)
48 execfile(pythonrc)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
user.py 14 The user module looks for a file .pythonrc.py in the user's home
19 The user's .pythonrc.py could conceivably test for sys.version if it
41 pythonrc = os.path.join(home, ".pythonrc.py") variable
43 f = open(pythonrc)
48 execfile(pythonrc)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py 14 The user module looks for a file .pythonrc.py in the user's home
19 The user's .pythonrc.py could conceivably test for sys.version if it
41 pythonrc = os.path.join(home, ".pythonrc.py") variable
43 f = open(pythonrc)
48 execfile(pythonrc)

Completed in 204 milliseconds