jmosbacher/pydantic-panel

Improve docstrings to help users

MarcSkovMadsen opened this issue · 1 comments

Docstrings can help users or contributors like me working in VS Code use the package much more efficiently.

Examples

def __init__(self, object=None, **params):

image

https://github.com/jmosbacher/pydantic-panel/blob/master/pydantic_panel/__init__.py

image

For me it would helpful with some documentation in the style of the top-level module __init__.py file in Panel and any Panel widget __init__.py file.