pybind11-stubgen icon indicating copy to clipboard operation
pybind11-stubgen copied to clipboard

Fix module imports for properties

Open brentyi opened this issue 3 years ago • 2 comments
trafficstars

Currently, property signatures are not considered when determining module imports. Just added a few lines that fixes that. :slightly_smiling_face:

brentyi avatar Aug 10 '22 11:08 brentyi

Thanks for the contribution! The change looks good to me. Do you mind adding a test that reveals the issue? If not, it's ok, I'll add it later myself.

sizmailov avatar Aug 10 '22 11:08 sizmailov

If it's quick for you I'd appreciate help!

Happy to do it, but crunched for time right now and won't be able to get to it for at least a few weeks.

brentyi avatar Aug 10 '22 22:08 brentyi

Superceeded by #112

sizmailov avatar Aug 29 '23 13:08 sizmailov