pytest.mark.parametrize(["flag", "flag_value", "writeable"],
[("writeable", True, True),
# Delete _warn_on_write after deprecation and simplify
# the parameteriza
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import collections.abc |
| 4 | import tempfile |
nothing calls this directly
no outgoing calls
no test coverage detected