mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
more 3.7 features (#2017)
This commit is contained in:
committed by
Guido van Rossum
parent
7cfbc7d17f
commit
0acdfd1548
@@ -175,6 +175,9 @@ class FrameType:
|
||||
f_lineno = ... # type: int
|
||||
f_locals = ... # type: Dict[str, Any]
|
||||
f_trace = ... # type: Callable[[], None]
|
||||
if sys.version_info >= (3, 7):
|
||||
f_frace_lines: bool
|
||||
f_trace_opcodes: bool
|
||||
|
||||
def clear(self) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user