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

Function collect_expat

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

Source from the content-addressed store, hash-verified

675
676
677def collect_expat(info_add):
678 try:
679 from xml.parsers import expat
680 except ImportError:
681 return
682
683 attributes = ('EXPAT_VERSION',)
684 copy_attributes(info_add, expat, 'expat.%s', attributes)
685
686
687def collect_decimal(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…