Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
def
_xdg_config_home() -> Path:
32
return
Path(os.environ.get(
"XDG_CONFIG_HOME"
, Path.home() /
".config"
))
33
34
35
def
_keycloak_url() -> str:
Callers
3
_keycloak_url
Function · 0.70
_gateway_endpoint
Function · 0.70
_mtls_dir
Function · 0.70
Calls
1
get
Method · 0.45
Tested by
no test coverage detected