Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testDisableWorks
Method · 0.95
testNoReferenceCyclesAfterCall
Method · 0.80
test_no_garbage
Method · 0.80
decorator
Function · 0.80
disable_v2_behavior
Function · 0.80
Calls
no outgoing calls
Tested by
4
testDisableWorks
Method · 0.76
testNoReferenceCyclesAfterCall
Method · 0.64
test_no_garbage
Method · 0.64
decorator
Function · 0.64