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"""
    ...

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