Files
typeshed/stubs/PyYAML/yaml
Kevin Kirsche 980b1954fd PyYaml’s Serializer: annotate open, close, serialize (#8383)
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
2022-07-24 14:51:39 +01:00
..
2021-10-22 20:05:58 +02:00
2022-01-31 11:39:56 +02:00
2022-01-31 11:39:56 +02:00
2021-06-13 15:13:42 +03:00
2022-01-31 11:39:56 +02:00