Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ pop
Method
pop
pattern/text/__init__.py:143–144 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
141
def
update(self, *args):
142
return
self._lazy(
"update"
, *args)
143
def
pop(self, *args):
144
return
self._lazy(
"pop"
, *args)
145
def
popitem(self, *args):
146
return
self._lazy(
"popitem"
, *args)
147
Callers
3
__init__.py
File · 0.45
commandline
Function · 0.45
_multilingual
Function · 0.45
Calls
1
_lazy
Method · 0.95
Tested by
no test coverage detected