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

Function test_cast_numpy_int64_to_uint64

tests/test_numpy_array.py:318–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316
317
318def test_cast_numpy_int64_to_uint64():
319 m.function_taking_uint64(123)
320 m.function_taking_uint64(np.uint64(123))
321
322
323def test_isinstance():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected