Skip to content

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

@git0some

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.

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