Skip to content

@expressify should have an option to ignore docstrings #1081

@wch

Description

@wch

Functions decorated with @expressify cannot have docstrings, because the docstring will be rendered in the app. For example:

@expressify
def f():
    """This function does something really special

    ...
    """

    ui.div("hello")


f()

There should be an option to ignore the first item.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions