Ejemplo n.º 1
0
 def __init__(self, attr):
     StateItem.__init__(self, 'thermo_'+attr)
     self.attr = attr
Ejemplo n.º 2
0
 def __init__(self):
     StateItem.__init__(self, 'temp')
Ejemplo n.º 3
0
 def __init__(self):
     StateItem.__init__(self, 'temp')
Ejemplo n.º 4
0
 def __init__(self, attr):
     StateItem.__init__(self, 'baro_'+attr)
     self.attr = attr
Ejemplo n.º 5
0
Archivo: nvt.py Proyecto: boegel/yaff
 def __init__(self, attr):
     StateItem.__init__(self, 'thermo_' + attr)
     self.attr = attr
Ejemplo n.º 6
0
 def __init__(self):
     StateItem.__init__(self, 'volume')
Ejemplo n.º 7
0
Archivo: npt.py Proyecto: yfyh2013/yaff
 def __init__(self, attr):
     StateItem.__init__(self, 'baro_'+attr)
     self.attr = attr