D | oauth2l_test.py | 74 def _Args(self, credentials_format): member in Oauth2lFormattingTest 81 output = _GetCommandOutput(self, 'fetch', self._Args('bare')) 89 output = _GetCommandOutput(self, 'fetch', self._Args('header')) 107 output = _GetCommandOutput(self, 'fetch', self._Args('json')) 122 self._Args('json_compact')) 136 output = _GetCommandOutput(self, 'fetch', self._Args('pretty'))
|