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

Method __init__

web/db.py:534–536  ·  view source on GitHub ↗
(self, cursor)

Source from the content-addressed store, hash-verified

532 """
533
534 def __init__(self, cursor):
535 BaseResultSet.__init__(self, cursor)
536 self._head = None
537
538 def __next__(self):
539 if self._head is not None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected