Home
last modified time | relevance | path

Searched refs:_store_pypirc (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/distutils/
Dconfig.py42 def _store_pypirc(self, username, password): member in PyPIRCCommand
/third_party/python/Lib/distutils/tests/
Dtest_config.py114 cmd._store_pypirc('tarek', 'xxx')
/third_party/python/Lib/distutils/command/
Dregister.py187 self._store_pypirc(username, password)