@@ -42,24 +42,24 @@ def serialize(node, stream: IO[str], Dumper=..., canonical=..., indent=..., widt
42
42
def serialize (node , stream : None = ..., Dumper = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding : Optional [_Str ] = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ...) -> _Yaml : ...
43
43
44
44
@overload
45
- def dump_all (documents : Sequence [Any ], stream : IO [str ], Dumper = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ...) -> None : ...
45
+ def dump_all (documents : Sequence [Any ], stream : IO [str ], Dumper = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ..., sort_keys : bool = ... ) -> None : ...
46
46
@overload
47
- def dump_all (documents : Sequence [Any ], stream : None = ..., Dumper = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding : Optional [_Str ] = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ...) -> _Yaml : ...
47
+ def dump_all (documents : Sequence [Any ], stream : None = ..., Dumper = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding : Optional [_Str ] = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ..., sort_keys : bool = ... ) -> _Yaml : ...
48
48
49
49
@overload
50
- def dump (data : Any , stream : IO [str ], Dumper = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ...) -> None : ...
50
+ def dump (data : Any , stream : IO [str ], Dumper = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ..., sort_keys : bool = ... ) -> None : ...
51
51
@overload
52
- def dump (data : Any , stream : None = ..., Dumper = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding : Optional [_Str ] = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ...) -> _Yaml : ...
52
+ def dump (data : Any , stream : None = ..., Dumper = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding : Optional [_Str ] = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ..., sort_keys : bool = ... ) -> _Yaml : ...
53
53
54
54
@overload
55
- def safe_dump_all (documents : Sequence [Any ], stream : IO [str ], default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ...) -> None : ...
55
+ def safe_dump_all (documents : Sequence [Any ], stream : IO [str ], default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ..., sort_keys : bool = ... ) -> None : ...
56
56
@overload
57
- def safe_dump_all (documents : Sequence [Any ], stream : None = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding : Optional [_Str ] = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ...) -> _Yaml : ...
57
+ def safe_dump_all (documents : Sequence [Any ], stream : None = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding : Optional [_Str ] = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ..., sort_keys : bool = ... ) -> _Yaml : ...
58
58
59
59
@overload
60
- def safe_dump (data : Any , stream : IO [str ], default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ...) -> None : ...
60
+ def safe_dump (data : Any , stream : IO [str ], default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ..., sort_keys : bool = ... ) -> None : ...
61
61
@overload
62
- def safe_dump (data : Any , stream : None = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding : Optional [_Str ] = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ...) -> _Yaml : ...
62
+ def safe_dump (data : Any , stream : None = ..., default_style = ..., default_flow_style = ..., canonical = ..., indent = ..., width = ..., allow_unicode = ..., line_break = ..., encoding : Optional [_Str ] = ..., explicit_start = ..., explicit_end = ..., version = ..., tags = ..., sort_keys : bool = ... ) -> _Yaml : ...
63
63
64
64
def add_implicit_resolver (tag , regexp , first = ..., Loader = ..., Dumper = ...): ...
65
65
def add_path_resolver (tag , path , kind = ..., Loader = ..., Dumper = ...): ...
0 commit comments