MCPcopy Index your code
hub / github.com/kubernetes-client/python / __init__

Method __init__

kubernetes/base/watch/watch.py:36–37  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

34class SimpleNamespace:
35
36 def __init__(self, **kwargs):
37 self.__dict__.update(kwargs)
38
39
40def _find_return_type(func):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected