Home | History | Annotate | Download | only in python2.7

Lines Matching full:pth

23 <package>.pth; its contents are additional directories (one per line)
32 configuration files, foo.pth and bar.pth. Assume foo.pth contains the
40 and bar.pth contains:
51 because bar.pth comes alphabetically before foo.pth; and spam is
132 """Process a .pth file within the site-packages directory:
173 """Add 'sitedir' argument to sys.path if missing and handle .pth files in
187 dotpth = os.extsep + "pth"