MCPcopy Index your code
hub / github.com/qiyeboy/IPProxyPool / select

Class select

api/apiServer.py:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class select(object):
25 def GET(self):
26 inputs = web.input()
27 json_result = json.dumps(sqlhelper.select(inputs.get('count', None), inputs))
28 return json_result
29
30
31class delete(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected