Home
last modified time | relevance | path

Searched refs:authenticators (Results 1 – 5 of 5) sorted by relevance

/external/owasp/sanitizer/tools/
Dgooglecode_upload.py172 authenticators = netrc().authenticators("code.google.com")
173 if authenticators:
175 user_name = authenticators[0]
177 password = authenticators[2]
/external/python/cpython2/Doc/library/
Dnetrc.rst55 .. method:: netrc.authenticators(host)
57 Return a 3-tuple ``(login, account, password)`` of authenticators for *host*.
/external/python/cpython2/Lib/
Dnetrc.py119 def authenticators(self, host): member in netrc
Dnntplib.py148 auth = credentials.authenticators(host)
/external/jline/src/src/test/resources/jline/example/
Denglish.gz