def __init__()

in azurefunctions-extensions-base/azurefunctions/extensions/base/meta.py [0:0]


    def __init__(self, value: Any, type: Optional[str]):
        self.value: Any = value
        self.type: Optional[str] = type