Ejemplo n.º 1
0
Archivo: user.py Proyecto: 3IWOH/alerta
 def update_attributes(self, attributes):
     return db.update_user_attributes(self.id, self.attributes, attributes)
Ejemplo n.º 2
0
 def update_attributes(self, attributes: Dict[str, Any]) -> bool:
     return db.update_user_attributes(self.id, self.attributes, attributes)
Ejemplo n.º 3
0
 def update_attributes(self, attributes):
     return db.update_user_attributes(self.id, self.attributes, attributes)