Build

class test_docs_2022.modules.lab.build.Run(lang: str = <property object>)[source]

Bases: Core

Library build class

Parameters

lang (str) –

__lang: str

Language

Note

private

run(out: bool = True) bool[source]

Run

Parameters

out (bool) – Print progress

Returns

True if the launch was successful, otherwise False

Return type

bool