MCPcopy 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_statsMethod · 0.45
runctxMethod · 0.45
runcallMethod · 0.45
__exit__Method · 0.45
test_delMethod · 0.45
test_del_newclassMethod · 0.45
test_trashcanMethod · 0.45
test_get_statsMethod · 0.45

Calls 1

_checkLevelFunction · 0.85

Tested by 15

test_delMethod · 0.36
test_del_newclassMethod · 0.36
test_trashcanMethod · 0.36
test_get_statsMethod · 0.36
setUpMethod · 0.36
tearDownMethod · 0.36
setUpModuleFunction · 0.36