Skip to content

Align the ordering of class methods #289

Open
@dmdunla

Description

@dmdunla

We should decide on the order of the class methods. Unless there is standard ordering that we should follow, below is a suggestion.

Suggestion:

  • __init__
  • from_* class methods
  • methods in alphabetical order
  • dunder (__<foo>__) methods in alphabetical order

Currently the method orderings are different across the classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions