Skip to content

Single Leading Underscore for helper Methods #4

@RayNawfal

Description

@RayNawfal

It would be more clear for certain methods which are helper methods inside a class to have a leading underscore for the clarity of their functionality.

from PEP 8 style guide
_single_leading_underscore: weak "internal use" indicator. E.g. from middleware_client import * does not import objects whose name starts with an underscore.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions