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

Method __init__

kubernetes/base/dynamic/resource.py:368–369  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

366 """
367
368 def __init__(self, params):
369 self.__dict__.update(**params)
370
371 def __repr__(self):
372 return pformat(self.__dict__)

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected