Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ __init__
Method
__init__
tests/test_virtual_functions.py:283–284 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
281
282
class
StoreResultVisitor:
283
def
__init__(self):
284
self.result = None
285
286
def
__call__(self, data):
287
self.result = data.value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected