class documentation

class InstallableLib: (source)

View In Hierarchy

Container to hold information on an installable library.

Notes

The three parameters are stored as attributes with the same names.

Parameters
nameName of the installed library.
build_infoDictionary holding build information.
target_dirAbsolute path specifying where to install the library.
Method __init__ Undocumented
Instance Variable build_info Undocumented
Instance Variable name Undocumented
Instance Variable target_dir Undocumented
def __init__(self, name, build_info, target_dir): (source)

Undocumented

build_info: dict = (source)

Undocumented

Undocumented

target_dir: str = (source)

Undocumented