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