mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
As seen here: https://github.com/yaml/pyyaml/blob/master/lib/yaml/serializer.py#L27-L41 Neither `open` nor `close` methods return, so `None` added as the return type. Finally, serialize accepts a Node and does not return as seen here: https://github.com/yaml/pyyaml/blob/master/lib/yaml/serializer.py#L46-L58