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