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

Method __iter__

pattern/text/__init__.py:168–169  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 def __len__(self):
167 return self._lazy("__len__")
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):

Callers

nothing calls this directly

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected