示例#1
0
 def get_by_slug(self, input):
     user = CabSpec.get(slug=input)
     return (user)
示例#2
0
 def get_by_slug(self, input):
     user = CabSpec.get(slug=input)
     return (user)
示例#3
0
 def get_by_id(self, uid):
     return CabSpec.get(uid=uid)
示例#4
0
 def get_by_id(self, uid):
     return CabSpec.get(uid=uid)