maid_runner.CollectionResult¶ class maid_runner.CollectionResult(artifacts, language, file_path, errors=<factory>)¶ Result of collecting artifacts from a source file. Parameters: artifacts (list[FoundArtifact]) language (str) file_path (str) errors (list[str]) __init__(artifacts, language, file_path, errors=<factory>)¶ Parameters: artifacts (list[FoundArtifact]) language (str) file_path (str) errors (list[str]) Return type: None Methods __init__(artifacts, language, file_path[, ...]) Attributes artifacts language file_path errors