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

Function main

example/django/notifications.py:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66
67async def main():
68 async with serve(handler, "localhost", 8888):
69 await process_events() # runs forever
70
71
72if __name__ == "__main__":

Callers 1

notifications.pyFile · 0.70

Calls 2

serveFunction · 0.90
process_eventsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…