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

Method __init__

web/db.py:59–62  ·  view source on GitHub ↗
(self, text, pos)

Source from the content-addressed store, hash-verified

57
58class _ItplError(ValueError):
59 def __init__(self, text, pos):
60 ValueError.__init__(self)
61 self.text = text
62 self.pos = pos
63
64 def __str__(self):
65 return "unfinished expression in %s at char %d" % (repr(self.text), self.pos)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected