Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
def
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_configuration
Function · 0.85
Tested by
no test coverage detected