Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ compress
Method
compress
pymongo/compression_support.py:135–138 ·
view source on GitHub ↗
(data: bytes)
Source
from the content-addressed store, hash-verified
133
134
@staticmethod
135
def
compress(data: bytes) -> bytes:
136
import
snappy
137
138
return
snappy.compress(data)
139
140
141
class
ZlibContext:
Callers
nothing calls this directly
Calls
1
compress
Method · 0.45
Tested by
no test coverage detected