mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-25 01:03:00 +08:00
To make this code valid:
```python
import traceback
for filename, lineno, name, line in traceback.extract_stack(stack):
pass
```
To make this code valid:
```python
import traceback
for filename, lineno, name, line in traceback.extract_stack(stack):
pass
```