Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ is_serving
Method
is_serving
Lib/asyncio/base_events.py:329–330 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
327
return
self._loop
328
329
def
is_serving(self):
330
return
self._serving
331
332
@property
333
def
sockets(self):
Callers
5
client
Method · 0.45
test_start_server_1
Method · 0.45
main
Method · 0.45
test_start_unix_server_1
Method · 0.45
test_close_with_hanging_client
Method · 0.45
Calls
no outgoing calls
Tested by
5
client
Method · 0.36
test_start_server_1
Method · 0.36
main
Method · 0.36
test_start_unix_server_1
Method · 0.36
test_close_with_hanging_client
Method · 0.36