mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Add code.__all__ (#7293)
This commit is contained in:
@@ -2,6 +2,8 @@ from codeop import CommandCompiler
|
||||
from types import CodeType
|
||||
from typing import Any, Callable, Mapping
|
||||
|
||||
__all__ = ["InteractiveInterpreter", "InteractiveConsole", "interact", "compile_command"]
|
||||
|
||||
class InteractiveInterpreter:
|
||||
locals: Mapping[str, Any] # undocumented
|
||||
compile: CommandCompiler # undocumented
|
||||
|
||||
Reference in New Issue
Block a user