blueloveTH d9b83fbeb7 ...
...
2023-07-22 22:44:23 +08:00

212 B

icon label
package yaml

yaml.loads(s) -> dict

Decode a YAML string into a python object.

!!! Only support a subset of YAML. The YAML to be parsed must have a equivalent JSON representation. !!!