MCPcopy Index your code
hub / github.com/python/cpython / is_set

Method is_set

Lib/threading.py:608–610  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

606 self._cond._at_fork_reinit()
607
608 def is_set(self):
609 """Return true if and only if the internal flag is true."""
610 return self._flag
611
612 def isSet(self):
613 """Return true if and only if the internal flag is true.

Callers 11

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
listenerMethod · 0.45
tfuncFunction · 0.45
deccheck.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected