summaryrefslogtreecommitdiff
path: root/licenses
ModeNameSize
-rw-r--r--apache-2.0.txt11358logplain
-rw-r--r--cc-by-sa-v4.0.txt20132logplain
-rw-r--r--developer-certificate-of-origin.txt1421logplain
-rw-r--r--gnu-gpl-2.0.txt18092logplain
-rw-r--r--gnu-lgpl-2.1.txt26521logplain
The config dict shall have one key 'general' with a dict value # for general configuration options, and all other entries shall # have the module as the key with its configuration options (as a # dict) as the value. The config dict shall prune entries that are # for modules that are not in @a modules. # @param config (str) Path to config file # @param modules (list) List of modules # @return (dict, list) Configuration and list of modules to disable def parse(self, config_file: str, modules: list) -> (dict, list): raise NotImplementedError