intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

FIxed bug of generating bad native py module skeletons

Open swigger opened this issue 1 year ago • 0 comments

I recently developed a native python module and found pycharm faield to generate the good sketelon for it. However, it can handle classmethod well. I addressed the problem and found its an issue in module_redecalarator.py. So I created the pull request here. the code here has the same bug as pycharm, hope pycharm is using code from here.

swigger avatar Feb 08 '24 09:02 swigger