Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ __len__
Method
__len__
pattern/text/__init__.py:121–122 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
119
def
__repr__(self):
120
return
self._lazy(
"__repr__"
)
121
def
__len__(self):
122
return
self._lazy(
"__len__"
)
123
def
__iter__(self):
124
return
self._lazy(
"__iter__"
)
125
def
__contains__(self, *args):
Callers
6
_lazy
Method · 0.45
_lazy
Method · 0.45
infinitives
Method · 0.45
inflections
Method · 0.45
lemma
Method · 0.45
synset
Method · 0.45
Calls
1
_lazy
Method · 0.95
Tested by
no test coverage detected