Example #1
0
 def get(self, iid=None):
     return self.succ(Idc_host_ps.select(_filters=[Idc_host_ps.idc_host_id == iid]))
Example #2
0
 def post(self, iid):
     Idc_host_ps.add(iid)
     return self.succ()