MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_traceback.py

File test_traceback.py

Lib/test/test_traceback.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Test cases for traceback module"""
2
3from collections import namedtuple
4from io import StringIO

Callers

nothing calls this directly

Calls 9

namedtupleFunction · 0.90
PathClass · 0.90
iterFunction · 0.85
escapeMethod · 0.80
getMethod · 0.45
lowerMethod · 0.45
itemsMethod · 0.45
compileMethod · 0.45
mainMethod · 0.45

Tested by

no test coverage detected