Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-websockets/websockets
/ main
Function
main
example/asyncio/server.py:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
18
19
async
def
main():
20
async
with
serve(hello,
"localhost"
, 8765)
as
server:
21
await server.serve_forever()
22
23
24
if
__name__ ==
"__main__"
:
Callers
1
server.py
File · 0.70
Calls
2
serve
Function · 0.90
serve_forever
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…