All Downloads are FREE. Search and download functionalities are using the official Maven repository.

python.model_templates.invalid_pos_args.mustache Maven / Gradle / Ivy

There is a newer version: 7.10.0
Show newest version
        if args:
            raise ApiTypeError(
                "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
                    args,
                    self.__class__.__name__,
                ),
                path_to_item=_path_to_item,
                valid_classes=(self.__class__,),
            )




© 2015 - 2025 Weber Informatics LLC | Privacy Policy