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