def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.deployment = True return arg
def get_attr_config(self) -> ArgumentConfig: attr = ArgumentConfig() attr.context = True attr.namespace = True attr.deployment = True return attr