class LibraryInfo:
Object containing build information about a library.
VariableSet
instance, which contains (name, value) pairs for
variables defined in the configuration file for the library.All input parameters (except "sections" which is a method) are available as attributes of the same name.
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | cflags |
Undocumented |
Method | libs |
Undocumented |
Method | sections |
Return the section headers of the config file. |
Instance Variable | _sections |
Undocumented |
Instance Variable | description |
Undocumented |
Instance Variable | name |
Undocumented |
Instance Variable | requires |
Undocumented |
Instance Variable | vars |
Undocumented |
Instance Variable | version |
Undocumented |