Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ remove
Method
remove
pattern/text/__init__.py:178–179 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
176
def
extend(self, *args):
177
return
self._lazy(
"extend"
, *args)
178
def
remove(self, *args):
179
return
self._lazy(
"remove"
, *args)
180
def
pop(self, *args):
181
return
self._lazy(
"pop"
, *args)
182
Callers
nothing calls this directly
Calls
1
_lazy
Method · 0.95
Tested by
no test coverage detected