def GetValues()

in 02_bootstrap-scripts-python/bootstrap/context.py [0:0]


    def GetValues(self) -> dict:
        sep: str = self.options.get("separator", ".")
        values: dict = {}
        stringToNestedObject(
            self.indicator, self.options.get("value", "null"), values, separator=sep)
        return values