Closed
Description
Currently, DefaultMunch.fromYAML
is the same as Munch.fromYAML
. This is confusing, and it is a pitty because a real DefaultMunch.fromYAML
would add functionality which, FWIW, I could use. Thus, I propose to create a dedicated DefaultMunch.fromYAML
function with a parameter for the default value.
Metadata
Metadata
Assignees
Labels
No labels
Activity
Support fromYAML classmethod for all Munch subclasses (fixes #34)
Support fromYAML classmethod for all Munch subclasses (fixes #34)
Merge pull request #52 from Infinidat/ayalas/issue-34