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

Method debug

kubernetes/client/configuration.py:318–324  ·  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

316
317 @property
318 def debug(self):
319 """Debug status
320
321 :param value: The debug status, True or False.
322 :type: bool
323 """
324 return self.__debug
325
326 @debug.setter
327 def debug(self, value):

Callers 2

_run_loopMethod · 0.45
requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected