Skip to content

Latest commit

 

History

History
69 lines (31 loc) · 1.53 KB

velocitas_lib.variables.md

File metadata and controls

69 lines (31 loc) · 1.53 KB

module velocitas_lib.variables


function json_obj_to_flat_map

json_obj_to_flat_map(
    obj: Any,
    prefix: str = '',
    separator: str = '.'
) → Dict[str, str]

Flatten a JSON Object into a one dimensional dict by joining the keys with the specified separator.


class ProjectVariables

method __init__

__init__(env: Dict[str, str])

method replace_occurrences

replace_occurrences(input_str: str) → str

Replace all occurrences of the defined variables in the input string


This file was automatically generated via lazydocs.