MCPcopy Index your code
hub / github.com/python/cpython / ignore_byteswarning

Function ignore_byteswarning

Lib/test/test_crossinterp.py:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20@contextlib.contextmanager
21def ignore_byteswarning():
22 with warnings.catch_warnings():
23 warnings.filterwarnings('ignore', category=BytesWarning)
24 yield
25
26
27# builtin types

Callers 4

test_shareableMethod · 0.85
test_not_shareableMethod · 0.85
test_not_shareableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…