HyperPyYAML icon indicating copy to clipboard operation
HyperPyYAML copied to clipboard

Extensions to YAML syntax for better python interaction

Results 3 HyperPyYAML issues
Sort by recently updated
recently updated
newest added

Hello, I have the following code (a MWE - minimum working example), where I want to dump a config with a `!new` instatiation. ```python yaml_string = """ foo: !new:collections.Counter a:...

The include: YAML extension doesn't seem to be documented in the README.

Right now, the `!include` tag first resolves references in the included document (turning objects into anchors like `*id001`) the names of which collide with any references in the original document.

bug