Skip to content

Do not use double underscore prefixes in function names #29

@nbro10

Description

@nbro10

In Python, to indicate that a function is private, we just need one prefix underscore, e.g. _my_private_function. Double underscore prefixes have a special meaning and maybe should be avoided if one just need to indicate that a function is private. See https://peps.python.org/pep-0008/#descriptive-naming-styles for more info.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions