OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sibling_fname
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py
215
sibling_fname
= os.path.join(module_dir, "sibling"+os.extsep+"py")
216
sibling_file = open(
sibling_fname
, "w")
218
if verbose: print " Added sibling module:",
sibling_fname
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py
215
sibling_fname
= os.path.join(module_dir, "sibling"+os.extsep+"py")
216
sibling_file = open(
sibling_fname
, "w")
218
if verbose: print " Added sibling module:",
sibling_fname
Completed in 1096 milliseconds