MCPcopy Create free account
hub / github.com/pybind/pybind11 / __init__

Method __init__

tests/test_callbacks.py:169–170  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

167 # serves as state for async callback
168 class Item:
169 def __init__(self, value):
170 self.value = value
171
172 res = []
173

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected