Ejemplo n.º 1
0
 def __repr__(self):
     return industry.repr(self, exclude=['_blueprint',
      '_facility',
      '_inputLocation',
      '_outputLocation',
      'on_delete',
      'on_validate',
      'on_dirty',
      'on_updated',
      'on_errors',
      'on_facility',
      'on_input_location',
      'on_output_location',
      '_materials',
      '_extras',
      '_locations',
      '_errors',
      '_request',
      'prices',
      'skills'])
Ejemplo n.º 2
0
 def __repr__(self):
     return industry.repr(self, exclude=['_blueprint',
      '_facility',
      '_inputLocation',
      '_outputLocation',
      'on_delete',
      'on_validate',
      'on_dirty',
      'on_updated',
      'on_errors',
      'on_facility',
      'on_input_location',
      'on_output_location',
      '_materials',
      '_extras',
      '_locations',
      '_errors',
      '_request',
      'prices',
      'skills'])
Ejemplo n.º 3
0
 def __repr__(self):
     return industry.repr(self, exclude=['activities'])
Ejemplo n.º 4
0
 def __repr__(self):
     return industry.repr(self)
Ejemplo n.º 5
0
 def __repr__(self):
     return industry.repr(self)
Ejemplo n.º 6
0
 def __repr__(self):
     return industry.repr(self, exclude=['on_errors', '_errors'])
Ejemplo n.º 7
0
 def __repr__(self):
     return industry.repr(self,
                          exclude=[
                              'on_updated', 'on_errors', 'on_select',
                              '_parent', '_errors'
                          ])
Ejemplo n.º 8
0
 def __repr__(self):
     return industry.repr(self, exclude=['activities'])
Ejemplo n.º 9
0
 def __repr__(self):
     return industry.repr(self, exclude=['on_errors', '_errors'])
Ejemplo n.º 10
0
 def __repr__(self):
     return industry.repr(self, exclude=['on_updated',
      'on_errors',
      'on_select',
      '_parent',
      '_errors'])