Open wcooley opened 7 years ago
It would be nice to be able to register PyYAML constructors, so that shorter names can be used, such as !gryaml.node instead of !!python/object/apply:gryaml.node.
!gryaml.node
!!python/object/apply:gryaml.node
http://pyyaml.org/wiki/PyYAMLDocumentation#Constructorsrepresentersresolvers
I'm splitting this into separate issues: one for the constructors and one for the representers.
It would be nice to be able to register PyYAML constructors, so that shorter names can be used, such as
!gryaml.node
instead of!!python/object/apply:gryaml.node
.http://pyyaml.org/wiki/PyYAMLDocumentation#Constructorsrepresentersresolvers