class documentation

class _TestConfFeatures(FakeCCompilerOpt):

View In Hierarchy

A hook to check the sanity of configured features - before it called by the abstract class '_Feature'
Method conf​_features​_partial Undocumented
Method test​_duplicates Undocumented
Method test​_extra​_checks Undocumented
Method test​_feature Undocumented
Method test​_group Undocumented
Method test​_implies Undocumented
Method test​_option​_types Undocumented

Inherited from FakeCCompilerOpt:

Static Method dist​_log Undocumented
Method __init__ Undocumented
Method dist​_compile Undocumented
Method dist​_info Undocumented
Class Variable fake​_info Undocumented
def conf_features_partial(self):

Undocumented

def test_duplicates(self, error_msg, option, val):

Undocumented

def test_extra_checks(self, error_msg, search_in, feature_name, feature_dict):

Undocumented

def test_feature(self, log, search_in, feature_name, feature_dict):

Undocumented

def test_group(self, error_msg, search_in, feature_name, feature_dict):

Undocumented

def test_implies(self, error_msg, search_in, feature_name, feature_dict):

Undocumented

def test_option_types(self, error_msg, option, val):

Undocumented