How to use the yay.ast.PythonDict function in yay

To help you get started, we’ve selected a few yay examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github yaybu / yaybu / yaybu / core / config.py View on Github external
def __init__(self, **args):
        super(YaybuArgv, self).__init__(ast.PythonDict({}))
        self.schema = {}
        self.args = args
        self.anchor = None