MCPcopy 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__.pyFile · 0.45
commandlineFunction · 0.45
_multilingualFunction · 0.45

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected