You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For default values, use the literal values of “simple” default values (None, bools, ints, bytes, strings, and floats). Use the ellipsis literal ... in place of more complex default values.
Is this something you're interested in adding?
I'm experimenting with a semi-automated way to scrape docstrings for types and default values to fill in missing annotations, and was wondering if the defaults part makes sense for pandas-stubs.