Skip to content

Use python doc comments for API methods #84

Description

@gbrgr

I saw that many functions are documented like:

# Documentation lorem ipsum
def function(...):
    ...

To follow the pythonic way, we should do

def function(...):
"""Documentation lorem ipsum"""
    ...

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions