MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / _xdg_config_home

Function _xdg_config_home

e2e/python/oidc/oidc_auth_test.py:31–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31def _xdg_config_home() -> Path:
32 return Path(os.environ.get("XDG_CONFIG_HOME", Path.home() / ".config"))
33
34
35def _keycloak_url() -> str:

Callers 3

_keycloak_urlFunction · 0.70
_gateway_endpointFunction · 0.70
_mtls_dirFunction · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected