MCPcopy Create free account
hub / github.com/numpy/numpy / test_readonly_flag_protocols

Route test_readonly_flag_protocols

numpy/core/tests/test_multiarray.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(["flag", "flag_value", "writeable"],
            [("writeable", True, True),
             # Delete _warn_on_write after deprecation and simplify
             # the parameteriza

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3import collections.abc
4import tempfile

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected