示例#1
0
 def _set_info(self, entry, info):
     CfgInfo._set_info(self, entry, info)
     if '__children__' in info:
         for child in info['__children__']:
             entry.append(child)
示例#2
0
 def _set_info(self, entry, info):
     CfgInfo._set_info(self, entry, info)
     if '__children__' in info:
         for child in info['__children__']:
             entry.append(child)