Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ __iter__
Method
__iter__
pattern/text/__init__.py:123–124 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
121
def
__len__(self):
122
return
self._lazy(
"__len__"
)
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):
Callers
nothing calls this directly
Calls
1
_lazy
Method · 0.95
Tested by
no test coverage detected