Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ __init__
Method
__init__
tests/test_numpy_array.py:666–667 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
664
# other ref-count bugs.
665
class
PyValueHolder:
666
def
__init__(self, value):
667
self.value = value
668
669
670
def
WrapWithPyValueHolder(*values):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected