| 1 | from mypyc.ir.deps import BYTES_WRITER_EXTRA_OPS, LIBRT_STRINGS, STRING_WRITER_EXTRA_OPS |
| 2 | from mypyc.ir.ops import ERR_MAGIC, ERR_MAGIC_OVERLAPPING, ERR_NEVER |
| 3 | from mypyc.ir.rtypes import ( |
| 4 | bool_rprimitive, |
nothing calls this directly
no test coverage detected