()
| 179 | check_find(ipt2.MagicAssign, MULTILINE_SYSTEM_ASSIGN_AFTER_DEDENT, match=False) |
| 180 | |
| 181 | def test_transform_assign_magic(): |
| 182 | check_transform(ipt2.MagicAssign, MULTILINE_MAGIC_ASSIGN) |
| 183 | |
| 184 | def test_find_assign_system(): |
| 185 | check_find(ipt2.SystemAssign, MULTILINE_SYSTEM_ASSIGN) |
nothing calls this directly
no test coverage detected