Commits
Click on a commit to change the comparison rangeIntrospection: allows to override annotations in signature
Allow type annotations on vargs and kwargs
Example: #[pyfunction(signature = (a: "int", *_args: "str", _b: "int" = None, **_kwargs: "bool") -> "int")]