MCPcopy Index your code
hub / github.com/RustPython/RustPython / disable

Method disable

Lib/logging/__init__.py:1355–1356  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1353
1354 @property
1355 def disable(self):
1356 return self._disable
1357
1358 @disable.setter
1359 def disable(self, value):

Callers 15

test_delMethod · 0.45
test_del_newclassMethod · 0.45
test_trashcanMethod · 0.45
test_get_statsMethod · 0.45
setUpMethod · 0.45
tearDownMethod · 0.45
setUpModuleFunction · 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