Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Eyepea/API-Hour
/ make_event_loop
Method
make_event_loop
api_hour/container.py:36–38 ·
view source on GitHub ↗
To customize loop generation
(cls, config)
Source
from the content-addressed store, hash-verified
34
35
@classmethod
36
def
make_event_loop(cls, config):
37
""
"To customize loop generation"
""
38
return
asyncio.new_event_loop()
39
40
async
def
start(self):
41
LOG.info(
'Starting application...'
)
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected