widgetti / widgetti/ipyvuetify
Provide full signatures for classes
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 355
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when getting help for a class, one gets e.g. v.Checkbox(*args, **kwargs). It would be nice, if possible, to generate the correct signatures for the classes to avoid having to refer to the vuetify documentation.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the current help output for a class such as v.Checkbox and trace how ipyvuetify component classes expose their signatures. Identify the class-generation or component-definition entry point from the repository, then verify that help displays the relevant parameters instead of only *args and **kwargs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100