Esempio n. 1
0
 def componentSort(a, b):
     return cmpComponentType(a.get('type'),
                             b.get('type'))
Esempio n. 2
0
 def componentSort(a, b):
     return cmpComponentType(a.componentType,
                             b.componentType)