Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
674
def
UnwrapPyValueHolder(vhs):
675
return
[vh.value
for
vh in vhs]
676
677
678
PASS_ARRAY_PYOBJECT_RETURN_SUM_STR_VALUES_FUNCTIONS = [
Callers
1
test_pass_array_object_return_as_list
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected