()
| 124 | """ |
| 125 | |
| 126 | def 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 | |
| 132 | def equal_wrapper(cls): |
no outgoing calls
no test coverage detected
searching dependent graphs…