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

Method __init__

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

Source from the content-addressed store, hash-verified

1587 namechars = "abcdefghijklmnopqrstuvwxyz" "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_"
1588
1589 def __init__(self):
1590 self.reset()
1591
1592 def reset(self):
1593 self.pos = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected