Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ disable
Method
disable
Lib/logging/__init__.py:1358–1359 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1356
1357
@property
1358
def
disable(self):
1359
return
self._disable
1360
1361
@disable.setter
1362
def
disable(self, value):
Callers
15
create_stats
Method · 0.45
runctx
Method · 0.45
runcall
Method · 0.45
__exit__
Method · 0.45
test_del
Method · 0.45
test_del_newclass
Method · 0.45
test_trashcan
Method · 0.45
test_get_stats
Method · 0.45
test_resurrection_only_happens_once_per_object
Method · 0.45
test_resurrection_is_transitive
Method · 0.45
test_resurrection_does_not_block_cleanup_of_other_objects
Method · 0.45
test_trash_weakref_clear
Method · 0.45
Calls
1
_checkLevel
Function · 0.85
Tested by
15
test_del
Method · 0.36
test_del_newclass
Method · 0.36
test_trashcan
Method · 0.36
test_get_stats
Method · 0.36
test_resurrection_only_happens_once_per_object
Method · 0.36
test_resurrection_is_transitive
Method · 0.36
test_resurrection_does_not_block_cleanup_of_other_objects
Method · 0.36
test_trash_weakref_clear
Method · 0.36
setUp
Method · 0.36
tearDown
Method · 0.36
test_indirect_calls_with_gc_disabled
Method · 0.36
setUpModule
Function · 0.36