Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __repr__
Method
__repr__
Lib/multiprocessing/synchronize.py:370–372 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
368
return
False
369
370
def
__repr__(self):
371
set_status =
'set'
if
self.is_set()
else
'unset'
372
return
f
"<{type(self).__qualname__} at {id(self):#x} {set_status}>"
373
#
374
# Barrier
375
#
Callers
nothing calls this directly
Calls
2
is_set
Method · 0.95
id
Function · 0.85
Tested by
no test coverage detected