MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / main

Function main

python/examples/exceptions.py:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61
62async def main():
63 await test_bad_builder()
64 await test_timeout_error()
65 await test_connection_error()
66 await test_urlparse_error()
67
68
69if __name__ == "__main__":

Callers 1

exceptions.pyFile · 0.70

Calls 4

test_bad_builderFunction · 0.85
test_timeout_errorFunction · 0.85
test_connection_errorFunction · 0.85
test_urlparse_errorFunction · 0.85

Tested by

no test coverage detected