Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SySS-Research/hallucinate
/ send
Method
send
hallucinate/handlers/python.py:64–65 ·
view source on GitHub ↗
(self, data, p)
Source
from the content-addressed store, hash-verified
62
sys.path[:] = oldpath
63
64
def
send(self, data, p):
65
return
self.s(data, p)
66
67
def
recv(self, data, p):
68
return
self.r(data, p)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected