What's Changed * Removed the positional argument `__is_method=` from `hintwith()` and `hintwithmethod()`; added a new positional argument `__hint_returns=` to them.
What's Changed * New optional parameter for `hintwith()` and `hintwithmethod()`: * `__is_method` : determines whether the decorated function is a method.