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

Method debug

kubernetes/aio/client/configuration.py:325–331  ·  view source on GitHub ↗

Debug status :param value: The debug status, True or False. :type: bool

(self)

Source from the content-addressed store, hash-verified

323
324 @property
325 def debug(self):
326 """Debug status
327
328 :param value: The debug status, True or False.
329 :type: bool
330 """
331 return self.__debug
332
333 @debug.setter
334 def debug(self, value):

Callers 3

requestMethod · 0.45
set_active_contextMethod · 0.45
_load_authenticationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected