Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apenwarr/sshuttle
/ assembler.py
File
assembler.py
assembler.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
sys, zlib
2
3
z = zlib.decompressobj()
4
mainmod = sys.modules[__name__]
Callers
nothing calls this directly
Calls
3
flush
Method · 0.80
main
Function · 0.70
write
Method · 0.45
Tested by
no test coverage detected