MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / disable

Method disable

tensorflow/python/debug/cli/debugger_cli_common.py:1144–1145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1142 return self._enabled
1143
1144 def disable(self):
1145 self._enabled = False
1146
1147 def enable(self):
1148 self._enabled = True

Callers 5

testDisableWorksMethod · 0.95
test_no_garbageMethod · 0.80
decoratorFunction · 0.80
disable_v2_behaviorFunction · 0.80

Calls

no outgoing calls

Tested by 4

testDisableWorksMethod · 0.76
test_no_garbageMethod · 0.64
decoratorFunction · 0.64