Home
last modified time | relevance | path

Searched defs:pth_dir (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
Dgetpath.py447 pth_dir = None variable
464 pth_dir = dirname(p) variable
/third_party/python/Lib/test/
Dtest_site.py131 def make_pth(self, contents, pth_dir='.', pth_name=TESTFN): argument