Searched refs:devshell (Results 1 – 4 of 4) sorted by relevance
22 import oauth2client.devshell as devshell namespace34 self.creds = devshell.DevshellCredentials()
40 from oauth2client import devshell334 return devshell.DevshellCredentials()335 except devshell.NoDevshellServer:356 if isinstance(credentials, devshell.DevshellCredentials):
24 from oauth2client.devshell import _SendRecv25 from oauth2client.devshell import CREDENTIAL_INFO_REQUEST_JSON26 from oauth2client.devshell import DEVSHELL_ENV27 from oauth2client.devshell import DevshellCredentials28 from oauth2client.devshell import NoDevshellServer
39 oauth2client.devshell module42 .. automodule:: oauth2client.devshell