MCPcopy 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

clientMethod · 0.45
test_start_server_1Method · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 4

clientMethod · 0.36
test_start_server_1Method · 0.36
mainMethod · 0.36