MCPcopy Index your code
hub / github.com/clips/pattern / clear

Method clear

pattern/text/search.py:230–231  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

228 k=self._o[-1] if self._o else None; return (k, self.pop(k))
229
230 def clear(self):
231 self._o=[]; dict.clear(self)
232
233 def iterkeys(self):
234 return reversed(self._o)

Callers 5

canvas.jsFile · 0.45
CFunction · 0.45
parse_stringFunction · 0.45
compileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected