Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
670
def
WrapWithPyValueHolder(*values):
671
return
[PyValueHolder(v)
for
v in values]
672
673
674
def
UnwrapPyValueHolder(vhs):
Callers
4
test_pass_array_object_return_sum_str_values_ndarray
Function · 0.85
test_pass_array_object_return_sum_str_values_list
Function · 0.85
test_pass_array_object_return_as_list
Function · 0.85
test_return_array_object_cpp_loop
Function · 0.85
Calls
1
PyValueHolder
Class · 0.85
Tested by
no test coverage detected