widgetti / widgetti/ipyvuetify

Provide full signatures for classes

Open
#13 0 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.