Skip to content

Method must have a first parameter, usually called 'self' #1

Description

@git0some

Method must have a first parameter, usually called 'self'

The methods create_header, create_list and create_unordered_list are defined without (self), because otherwise they could not be called from within the dict "formatters".

The method get_list ist outside the class, because otherwise it could not be called from create_list and create_unordered_list.

This should be over-worked.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions