MCPcopy 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

clientMethod · 0.45
test_start_server_1Method · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 5

clientMethod · 0.36
test_start_server_1Method · 0.36
mainMethod · 0.36