Skip to content

Implement: return type hinting  #7

@Clayton-Roberts

Description

@Clayton-Roberts

Would be good to implement function return type hinting for all function definitions, e.g.,

def function(input_str: str) -> dict:

(above example: function takes in one argument, input_str, and returns a dictionary)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions