mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
FrameType.f_lineno can be None (#6769)
This commit is contained in:
@@ -148,7 +148,7 @@ class FrameType:
|
||||
f_exc_traceback: None
|
||||
f_globals: Dict[str, Any]
|
||||
f_lasti: int
|
||||
f_lineno: int
|
||||
f_lineno: int | None
|
||||
f_locals: Dict[str, Any]
|
||||
f_restricted: bool
|
||||
f_trace: Callable[[], None]
|
||||
|
||||
Reference in New Issue
Block a user