pasteur.utils.parser#
Description
Parsing related utility functions.
Functions
|
|
|
|
|
Converts a list of format {a.b.c: 5, c: b} to {a: {b: {c:5}}, c: 'b'}. |
|
Returns the parameters for the provided pipeline by merging the nodes default, <view> and the top level one in one dictionary. |
|
|
|
|
|
Recursively merges dictionaries a, b by prioritizing b. |
|
Converts a list of format ["a.b.c=5", "c=b"] to {a: {b: {c:5}}, c: 'b'}. |