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