Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ main
Function
main
1e_http_client/python/blocking.py:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
15
def
main():
16
for
_ in range(50):
17
person = fetch()
18
print(summary(person))
19
20
21
if
__name__ ==
"__main__"
:
Callers
1
blocking.py
File · 0.70
Calls
3
summary
Function · 0.90
fetch
Function · 0.85
print
Function · 0.50
Tested by
no test coverage detected