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

Method is_set

tools/python-3.11.9-amd64/Lib/threading.py:575–577  ·  view source on GitHub ↗

Return true if and only if the internal flag is true.

(self)

Source from the content-addressed store, hash-verified

573 self._cond._at_fork_reinit()
574
575 def is_set(self):
576 """Return true if and only if the internal flag is true."""
577 return self._flag
578
579 def isSet(self):
580 """Return true if and only if the internal flag is true.

Callers 8

isSetMethod · 0.95
__repr__Method · 0.45
startMethod · 0.45
joinMethod · 0.45
is_aliveMethod · 0.45
daemonMethod · 0.45
runMethod · 0.45
is_aliveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected