Example #1
0
 def Delete(self):
     solver.Delete(self)
Example #2
0
 def Delete(self):
     for i in the_comments:
         i.Delete()
     solver.Delete(self)
Example #3
0
 def is_valid(self):
     now=solver.Get_cur_time(True)
     if now-login_time>=Online_time:
         solver.Delete(Session,self)
         return False
     return True