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

Function UnwrapPyValueHolder

tests/test_numpy_array.py:674–675  ·  view source on GitHub ↗
(vhs)

Source from the content-addressed store, hash-verified

672
673
674def UnwrapPyValueHolder(vhs):
675 return [vh.value for vh in vhs]
676
677
678PASS_ARRAY_PYOBJECT_RETURN_SUM_STR_VALUES_FUNCTIONS = [

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected