OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PYPIRC
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py
1
"""Tests for distutils.
pypirc
.
pypirc
."""
16
PYPIRC
= """\
61
self.rc = os.path.join(self.tmp_dir, '.
pypirc
')
81
# 1. handle several sections in .
pypirc
85
self.write_file(self.rc,
PYPIRC
)
test_upload.py
11
from distutils.tests.test_config import
PYPIRC
, PyPIRCCommandTestCase
75
self.write_file(self.rc,
PYPIRC
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py
1
"""Tests for distutils.
pypirc
.
pypirc
."""
16
PYPIRC
= """\
61
self.rc = os.path.join(self.tmp_dir, '.
pypirc
')
81
# 1. handle several sections in .
pypirc
85
self.write_file(self.rc,
PYPIRC
)
test_upload.py
11
from distutils.tests.test_config import
PYPIRC
, PyPIRCCommandTestCase
75
self.write_file(self.rc,
PYPIRC
)
Completed in 6548 milliseconds