INNER CODE UNIT · Python
ModuleInfo
evpo/EncryptPad · configure.py:144
class ModuleInfo(InfoObject):
"""
Represents the information about a particular module
"""
def __init__(self, infofile):
super(ModuleInfo, self).__init__(infofile)
lex = lex_me_harder(
infofile,
['header:internal', 'header:public', 'header:external', 'requires',
'os_features', 'arch', 'cc', 'libs', 'frameworks', 'comment', 'warning'
],
['defines'],
{
'load_on': 'auto',
'need_isa': '',
'third_party': 'no'
})