3 Comments

I like the idea of decorators. But last I checked my PyCharm doesn't do type checking on decorated functions/methods. It doesn't give any information on the function parameters either. I think this is because technically the "replacement" function that wraps the original can have a completely different set of parameters. So that's a shame :/

Expand full comment