コード例 #1
0
 def __init__(self, modules, *args, **kwargs):
     self.__decoratee = CABStyleFinestLevelModuleGrouperInternal(modules=None, *args, **kwargs)
     self.__prefix_mapper = PrefixMapper(CollectionTools.identity_dict(self.additional_module_group_prefixes))
     if modules:
         self.configure_nodes(modules)
コード例 #2
0
 def __init__(self):
     BaseSuffixModuleGrouper.__init__(self, None)
     self.__suffix_mapper = SuffixMapper(
         CollectionTools.identity_dict(
             self._determine_node_group_suffixes()))