mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 04:41:30 +08:00
2
third_party/2and3/yaml/__init__.pyi
vendored
2
third_party/2and3/yaml/__init__.pyi
vendored
@@ -32,6 +32,8 @@ def full_load(stream: Union[bytes, IO[bytes], str, IO[str]]) -> Any: ...
|
||||
def full_load_all(stream: Union[bytes, IO[bytes], str, IO[str]]) -> Iterator[Any]: ...
|
||||
def safe_load(stream: Union[bytes, IO[bytes], str, IO[str]]) -> Any: ...
|
||||
def safe_load_all(stream: Union[bytes, IO[bytes], str, IO[str]]) -> Iterator[Any]: ...
|
||||
def unsafe_load(stream: Union[bytes, IO[bytes], str, IO[str]]) -> Any: ...
|
||||
def unsafe_load_all(stream: Union[bytes, IO[bytes], str, IO[str]]) -> Iterator[Any]: ...
|
||||
def emit(events, stream=..., Dumper=..., canonical=..., indent=..., width=..., allow_unicode=..., line_break=...): ...
|
||||
@overload
|
||||
def serialize_all(
|
||||
|
||||
Reference in New Issue
Block a user