OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PthDistributions
(Results
1 - 2
of
2
) sorted by null
/external/python/setuptools/setuptools/tests/
test_easy_install.py
27
from setuptools.command.easy_install import
PthDistributions
237
pth =
PthDistributions
('does-not_exist', [os.getcwd()])
244
#
PthDistributions
expects all locations to be normalized
246
pth =
PthDistributions
('does-not_exist', [location, ])
/external/python/setuptools/setuptools/command/
easy_install.py
69
'samefile', 'easy_install', '
PthDistributions
', 'extract_wininst_cfg',
474
self.pth_file =
PthDistributions
(pth_file, self.all_site_dirs)
[
all
...]
Completed in 2307 milliseconds