MCPcopy Index your code
hub / github.com/webpy/webpy / reset

Method reset

web/db.py:1592–1595  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1590 self.reset()
1591
1592 def reset(self):
1593 self.pos = 0
1594 self.level = 0
1595 self.text = ""
1596
1597 def parse(self, text):
1598 """Parses the given text and returns a parse tree."""

Callers 2

__init__Method · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected