Example #1
0
 def _appendCellField(self, t, field, label, labelId):
   """
   Call C++ appendCellField();
   """
   if label != None and labelId != None:
     ModuleOutputManager.appendCellField(self, t, field, label, labelId)
   else:
     ModuleOutputManager.appendCellField(self, t, field)
   return
Example #2
0
 def _appendCellField(self, t, field, label, labelId):
     """
 Call C++ appendCellField();
 """
     if label != None and labelId != None:
         ModuleOutputManager.appendCellField(self, t, field, label, labelId)
     else:
         ModuleOutputManager.appendCellField(self, t, field)
     return