Skip to content

keyword module methods don't have docstrings #91791

Closed
@tusharsadhwani

Description

@tusharsadhwani

Lib/keyword.py is auto-generated from the grammar, resulting in this:

$ python -m pydoc keyword.iskeyword
keyword.iskeyword = __contains__(...) method of builtins.frozenset instance
    x.__contains__(y) <==> y in x.
$ python -m pydoc keyword.issoftkeyword
keyword.issoftkeyword = __contains__(...) method of builtins.frozenset instance
    x.__contains__(y) <==> y in x.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions