コード例 #1
0
ファイル: componentlist.py プロジェクト: flyapen/UgFlu
 def componentSort(a, b):
     return cmpComponentType(a.get('type'),
                             b.get('type'))
コード例 #2
0
ファイル: configurationwriter.py プロジェクト: flyapen/UgFlu
 def componentSort(a, b):
     return cmpComponentType(a.componentType,
                             b.componentType)