MCPcopy Index your code
hub / github.com/RustPython/RustPython / is_set

Method is_set

Lib/threading.py:615–617  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

613 self._cond._at_fork_reinit()
614
615 def is_set(self):
616 """Return true if and only if the internal flag is true."""
617 return self._flag
618
619 def isSet(self):
620 """Return true if and only if the internal flag is true.

Callers 12

isSetMethod · 0.95
test_basic_managerFunction · 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