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

Method __call__

tests/conftest.py:161–163  ·  view source on GitHub ↗
(self, thing)

Source from the content-addressed store, hash-verified

159 self.explanation = []
160
161 def __call__(self, thing):
162 self.string = self.sanitizer(thing)
163 return self
164
165 __hash__ = None
166

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected