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

Method __len__

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

Source from the content-addressed store, hash-verified

164 def __repr__(self):
165 return self._lazy("__repr__")
166 def __len__(self):
167 return self._lazy("__len__")
168 def __iter__(self):
169 return self._lazy("__iter__")
170 def __contains__(self, *args):

Callers

nothing calls this directly

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected