Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kubernetes-client/python
/ _base64
Function
_base64
kubernetes/base/config/kube_config_test.py:53–54 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
51
52
53
def
_base64(string):
54
return
base64.standard_b64encode(string.encode()).decode()
55
56
57
def
_urlsafe_unpadded_b64encode(string):
Callers
1
kube_config_test.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected