MCPcopy Create free account
hub / github.com/dpkp/kafka-python / has_snappy

Function has_snappy

kafka/codec.py:59–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58
59def has_snappy():
60 return snappy is not None
61
62
63def has_zstd():

Callers 2

snappy_encodeFunction · 0.85
snappy_decodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…