Exemplo n.º 1
0
def rest_slotid_hdl():
    return rest_slotid.get_slotid()
Exemplo n.º 2
0
def rest_slotid_hdl():
    return rest_slotid.get_slotid()
Exemplo n.º 3
0
 def helper_rest_slotid_hdl(self, request):
     return web.json_response(rest_slotid.get_slotid(), dumps=dumps_bytestr)
Exemplo n.º 4
0
 async def rest_slotid_hdl(self, request):
     return web.json_response(rest_slotid.get_slotid())