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

Function get_valid_profiles

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

Source from the content-addressed store, hash-verified

22
23
24def get_valid_profiles():
25 config = get_configuration()
26 if not config:
27 return None
28 profile_ids = config.get('Accounts', 'test_profile_ids').split(' ')
29 return profile_ids

Callers

nothing calls this directly

Calls 1

get_configurationFunction · 0.85

Tested by

no test coverage detected