mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Add aifc.__all__ (#7287)
This commit is contained in:
@@ -4,6 +4,11 @@ from types import TracebackType
|
||||
from typing import IO, Any, NamedTuple, Union, overload
|
||||
from typing_extensions import Literal
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
__all__ = ["Error", "open"]
|
||||
else:
|
||||
__all__ = ["Error", "open", "openfp"]
|
||||
|
||||
class Error(Exception): ...
|
||||
|
||||
class _aifc_params(NamedTuple):
|
||||
|
||||
Reference in New Issue
Block a user