Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
34
class
SimpleNamespace:
35
36
def
__init__(self, **kwargs):
37
self.__dict__.update(kwargs)
38
39
40
def
_find_return_type(func):
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected