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

Method pop

pattern/text/__init__.py:180–181  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

178 def remove(self, *args):
179 return self._lazy("remove", *args)
180 def pop(self, *args):
181 return self._lazy("pop", *args)
182
183#### LEXICON #######################################################################################
184

Callers

nothing calls this directly

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected