Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bedroombuilds/python2rust
/ b
Function
b
13_async/python/minimal.py:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
return
1
8
9
async
def
b():
10
print(
'... World!'
)
11
return
2
12
13
async
def
main():
14
await a()
Callers
1
main
Function · 0.70
Calls
1
print
Function · 0.50
Tested by
no test coverage detected