Searched refs:authenticators (Results 1 – 5 of 5) sorted by relevance
172 authenticators = netrc().authenticators("code.google.com")173 if authenticators:175 user_name = authenticators[0]177 password = authenticators[2]
55 .. method:: netrc.authenticators(host)57 Return a 3-tuple ``(login, account, password)`` of authenticators for *host*.
119 def authenticators(self, host): member in netrc
148 auth = credentials.authenticators(host)