MCPcopy Create free account
hub / github.com/kubernetes-client/python / __getattr__

Method __getattr__

kubernetes/base/dynamic/resource.py:226–229  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

224 }
225
226 def __getattr__(self, name):
227 if self.base_resource():
228 return getattr(self.base_resource(), name)
229 return None
230
231
232class Subresource(Resource):

Callers

nothing calls this directly

Calls 1

base_resourceMethod · 0.95

Tested by

no test coverage detected