class documentation

class InstallableLib:

View In Hierarchy

Container to hold information on an installable library.

Parameters

name : str
Name of the installed library.
build_info : dict
Dictionary holding build information.
target_dir : str
Absolute path specifying where to install the library.

See Also

Configuration.add_installed_library

Notes

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

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):

Undocumented

build_info =

Undocumented

name =

Undocumented

target_dir =

Undocumented