Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bterwijn/memory_graph
/ __init__
Method
__init__
memory_graph/utils.py:15–16 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
13
14
class
Base_Str():
15
def
__init__(self, s):
16
self.s = s
17
def
__str__(self):
18
return
self.s
19
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected