MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / is_alive

Method is_alive

tools/python-3.11.9-amd64/Lib/threading.py:1443–1445  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1441 pass
1442
1443 def is_alive(self):
1444 assert not self._is_stopped and self._started.is_set()
1445 return True
1446
1447 def join(self, timeout=None):
1448 assert False, "cannot join a dummy thread"

Callers

nothing calls this directly

Calls 1

is_setMethod · 0.45

Tested by

no test coverage detected