Skip to content

docstubs to use ... #516

@Josverl

Description

@Josverl

Currently the docstubs use "*args, **kwargs" to replace ... in the parameters

This should be changed back to ... , but this also requires changing the merge code , and perhaps also some other edits

        # # formatting
        # # fixme: ... not allowed in .py
        if self.target == ".py":
            params = params.replace("*, ...", "*args, **kwargs")
            params = params.replace("...", "*args, **kwargs")

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocStubsLow-Priodo other things firstMergecodemod to merge two stubs to make a better oneenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions