Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
class
DbTableError(Exception):
52
def
__init__(self, message, table):
53
super().__init__(message)
54
self.table = table
55
56
class
Db(object):
57
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected