MCPcopy Create free account
hub / github.com/EasyIME/PIME / ignore_bytes_warning

Function ignore_bytes_warning

python/python3/tornado/test/log_test.py:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32@contextlib.contextmanager
33def ignore_bytes_warning():
34 with warnings.catch_warnings():
35 warnings.simplefilter("ignore", category=BytesWarning)
36 yield
37
38
39class LogFormatterTest(unittest.TestCase):

Callers 2

test_bytes_loggingMethod · 0.85
test_utf8_loggingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected