Skip to content

Categorize (and document) functions #10

@sharkdp

Description

@sharkdp

We could add new decorators:

@category("filesystem")
@help("Returns the absolute path")
@register("abspath")
@typed(T_PATH, T_PATH)
def abspath(inp):
  ...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions