AThePeanut4 / docify

A script to add docstrings to Python type stubs using reflection
MIT License
5 stars 2 forks source link

add option to only generate docs for compiled builtin modules #1

Closed DetachHead closed 2 weeks ago

DetachHead commented 2 weeks ago

thanks for this script, works great!

i just added this option because for https://github.com/DetachHead/basedpyright/issues/160 i only want to generate docstrings on modules where they're needed. i think this will reduce the likelihood of issues

AThePeanut4 commented 2 weeks ago

Agreed, makes sense in (based)pyright's case :+1: