Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Freedium-cfd/web
/ safe_main
Function
safe_main
medium-parser/tests/example_test.py:16–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
async
def
safe_main():
17
try
:
18
await main()
19
except
Exception
as
ex:
20
logger.exception(ex)
21
22
23
async
def
main():
Callers
1
example_test.py
File · 0.85
Calls
1
main
Function · 0.70
Tested by
no test coverage detected