MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / get_event_loop

Method get_event_loop

thirdparty/bottle/bottle.py:3919–3921  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3917 """
3918
3919 def get_event_loop(self):
3920 import asyncio
3921 return asyncio.new_event_loop()
3922
3923 def run(self, handler):
3924 import asyncio

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected