Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
52de0c739d2f066ea06fa9a886bc8fcc9fa079c6
/
.
/
test-data
/
unit
/
lib-stub
/
traceback.pyi
blob: 83c1891f80f5d6618ab8e4e5586c63992172d9d0 [
file
]
# Very simplified traceback stubs for use in tests
def
print_tb
(*
args
,
**
kwargs
)
->
None
:
...