-
-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
The stub writing guide says:
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.
Metadata
Metadata
Assignees
Labels
No labels