MCPcopy 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
15def main():
16 for _ in range(50):
17 person = fetch()
18 print(summary(person))
19
20
21if __name__ == "__main__":

Callers 1

blocking.pyFile · 0.70

Calls 3

summaryFunction · 0.90
fetchFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected