mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add codeop.__all__ (#7295)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from types import CodeType
|
||||
|
||||
__all__ = ["compile_command", "Compile", "CommandCompiler"]
|
||||
|
||||
def compile_command(source: str, filename: str = ..., symbol: str = ...) -> CodeType | None: ...
|
||||
|
||||
class Compile:
|
||||
|
||||
Reference in New Issue
Block a user