HomeSort by relevance Sort by last modified time
    Searched refs:_store_pypirc (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 42 def _store_pypirc(self, username, password): member in class:PyPIRCCommand
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 110 cmd._store_pypirc('tarek', 'xxx')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 42 def _store_pypirc(self, username, password): member in class:PyPIRCCommand
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 110 cmd._store_pypirc('tarek', 'xxx')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 189 self._store_pypirc(username, password)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 189 self._store_pypirc(username, password)

Completed in 488 milliseconds