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

  /external/python/cpython2/Lib/test/
test_pydoc.py 451 sourcefn = os.path.join(TESTFN, modname) + os.extsep + "py"
453 with open(sourcefn, 'w') as f:
  /external/python/cpython3/Lib/test/
test_pydoc.py 674 sourcefn = os.path.join(TESTFN, modname) + os.extsep + "py"
676 with open(sourcefn, 'w') as f:
    [all...]

Completed in 122 milliseconds