MCPcopy Index your code
hub / github.com/python/cpython / collect_zstd

Function collect_zstd

Lib/test/pythoninfo.py:667–674  ·  view source on GitHub ↗
(info_add)

Source from the content-addressed store, hash-verified

665
666
667def collect_zstd(info_add):
668 try:
669 import _zstd
670 except ImportError:
671 return
672
673 attributes = ('zstd_version',)
674 copy_attributes(info_add, _zstd, 'zstd.%s', attributes)
675
676
677def collect_expat(info_add):

Callers

nothing calls this directly

Calls 1

copy_attributesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…