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

Function test_array_cast_sequence

tests/test_stl.py:451–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449
450
451def test_array_cast_sequence():
452 assert m.array_cast_sequence((1, 2, 3)) == [1, 2, 3]
453
454
455def test_issue_1561():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected