MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_isinstance

Function test_isinstance

tests/test_numpy_array.py:323–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321
322
323def test_isinstance():
324 assert m.isinstance_untyped(np.array([1, 2, 3]), "not an array")
325 assert m.isinstance_typed(np.array([1.0, 2.0, 3.0]))
326
327
328def test_constructors():

Callers

nothing calls this directly

Calls 1

arrayMethod · 0.80

Tested by

no test coverage detected