Example #1
0
 def last_online(self):
   return api.last_online(self.id)
Example #2
0
 def last_online(self):
   return api.last_online(self.id)
Example #3
0
 def last_online(self):
     return api.last_online(self.id, db_name=self.db_name)
Example #4
0
 def last_online(self):
   return api.last_online(self.id, db_name=self.db_name)