-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or functionalityNew feature or functionality
Description
Similar to # docstub: on ... #docstub: off
it would be nice to have a directive to disable transformation for one line. E.g., this would be useful to preserve a decorator such as click.command
that's typing relevant but from a third-party package.
Though, for now something like
# docstub: off
@click.command()
# docstub: on
@click.option(...)
def main(*args, **kwargs):
...
works too. So not of utmost priority.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or functionalityNew feature or functionality