Replies: 2 comments 11 replies
-
@kalemas Can you point to yaml multi constructors spec? As I can't find it definition in YAML spec |
Beta Was this translation helpful? Give feedback.
11 replies
-
It would be nice to have a way to suppress/skip tag validation rather than disable the validation feature entirely. I'm running into the same thing right now with multiconstructors, and adding every tag variation to this list isn't a great option. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, is it possible to handle yaml multi constructors? Now i got this

It is initialized with
PyYAML.Loader.add_multi_constructor()
and can handle any passed scalar, sequence or mapping.Beta Was this translation helpful? Give feedback.
All reactions