Exemplo n.º 1
0
 def __init__(self, value):
     SiteAttr.__init__(self, Attr.BOOL_TYPE)
     self.value = value
Exemplo n.º 2
0
 def __init__(self):
     SiteAttr.__init__(self, Attr.NUMERIC_TYPE, attr='storage_type')
     self.get_from_site = True
Exemplo n.º 3
0
 def __init__(self):
     SiteAttr.__init__(self, Attr.NUMERIC_TYPE)
Exemplo n.º 4
0
 def __init__(self):
     SiteAttr.__init__(self, Attr.TEXT_TYPE, attr='name')
     self.get_from_site = True
Exemplo n.º 5
0
 def __init__(self):
     SiteAttr.__init__(self, Attr.NUMERIC_TYPE, attr='status')
     self.get_from_site = True
Exemplo n.º 6
0
 def __init__(self, value):
     SiteAttr.__init__(self, Attr.BOOL_TYPE)
     self.value = value
Exemplo n.º 7
0
 def __init__(self):
     SiteAttr.__init__(self, Attr.NUMERIC_TYPE)
Exemplo n.º 8
0
 def __init__(self):
     SiteAttr.__init__(self, Attr.NUMERIC_TYPE, attr = 'storage_type')
     self.get_from_site = True
Exemplo n.º 9
0
 def __init__(self):
     SiteAttr.__init__(self, Attr.NUMERIC_TYPE, attr = 'status')
     self.get_from_site = True
Exemplo n.º 10
0
 def __init__(self):
     SiteAttr.__init__(self, Attr.TEXT_TYPE, attr = 'name')
     self.get_from_site = True