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

Function is_python_implementation

Lib/test/test_xml_etree.py:126–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124"""
125
126def is_python_implementation():
127 assert ET is not None, "ET must be initialized"
128 assert pyET is not None, "pyET must be initialized"
129 return ET is pyET
130
131
132def equal_wrapper(cls):

Callers 2

test_deepcopy_clearMethod · 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…