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

Method __contains__

tests/conftest.py:137–138  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

135 return self.out
136
137 def __contains__(self, item):
138 return item in self.out
139
140 @property
141 def unordered(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected