OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pythonrc
(Results
1 - 4
of
4
) sorted by null
/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