MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / __init__

Method __init__

src/Db/Db.py:52–54  ·  view source on GitHub ↗
(self, message, table)

Source from the content-addressed store, hash-verified

50
51class DbTableError(Exception):
52 def __init__(self, message, table):
53 super().__init__(message)
54 self.table = table
55
56class Db(object):
57

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected