Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ __contains__
Method
__contains__
pattern/text/__init__.py:170–171 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
168
def
__iter__(self):
169
return
self._lazy(
"__iter__"
)
170
def
__contains__(self, *args):
171
return
self._lazy(
"__contains__"
, *args)
172
def
insert(self, *args):
173
return
self._lazy(
"insert"
, *args)
174
def
append(self, *args):
Callers
nothing calls this directly
Calls
1
_lazy
Method · 0.95
Tested by
no test coverage detected