MCPcopy Create free account
hub / github.com/clips/pattern / __contains__

Method __contains__

pattern/text/__init__.py:125–126  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

123 def __iter__(self):
124 return self._lazy("__iter__")
125 def __contains__(self, *args):
126 return self._lazy("__contains__", *args)
127 def __getitem__(self, *args):
128 return self._lazy("__getitem__", *args)
129 def __setitem__(self, *args):

Callers

nothing calls this directly

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected