MCPcopy Index your code
hub / github.com/python-websockets/websockets / main

Function main

example/django/authentication.py:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23
24async def main():
25 async with serve(handler, "localhost", 8888) as server:
26 await server.serve_forever()
27
28
29if __name__ == "__main__":

Callers 1

authentication.pyFile · 0.70

Calls 2

serveFunction · 0.90
serve_foreverMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…