MCPcopy 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
53def _base64(string):
54 return base64.standard_b64encode(string.encode()).decode()
55
56
57def _urlsafe_unpadded_b64encode(string):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected