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

Function WrapWithPyValueHolder

tests/test_numpy_array.py:670–671  ·  view source on GitHub ↗
(*values)

Source from the content-addressed store, hash-verified

668
669
670def WrapWithPyValueHolder(*values):
671 return [PyValueHolder(v) for v in values]
672
673
674def UnwrapPyValueHolder(vhs):

Calls 1

PyValueHolderClass · 0.85

Tested by

no test coverage detected