MCPcopy Index your code
hub / github.com/clintecker/python-googleanalytics / get_google_credentials

Function get_google_credentials

src/googleanalytics/config.py:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def get_google_credentials():
16 config = get_configuration()
17 if not config:
18 return None, None
19 google_account_email = config.get('Credentials', 'google_account_email')
20 google_account_password = config.get('Credentials', 'google_account_password')
21 return google_account_email, google_account_password
22
23
24def get_valid_profiles():

Callers

nothing calls this directly

Calls 1

get_configurationFunction · 0.85

Tested by

no test coverage detected