lor.generators.task package

Submodules

lor.generators.task.task_generator module

class lor.generators.task.task_generator.TaskGenerator

Bases: lor.generator.Generator

description()

Returns a human-readable description of the generator as a string.

Returns:A human-readable description of the generator as a string.
run(argv)

Run the generator.

Parameters:argv – Command-line arguments for the generator

:raises Exception For a wide variety of reasons (CLI parsing, cannot copy file, cannot create file, invaild args, etc.)

Module contents