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