frida-python
frida-python copied to clipboard
Use ParamSpec for better type hints on `cancellable` decorator.
As of Python 3.10 a new way to annotate decorators was added.
Since typing_extensions now supports it, it can be a nice boost to local productivity with various IDEs.
Before:
After: