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