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

Method __repr__

Lib/multiprocessing/synchronize.py:363–365  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

361 return False
362
363 def __repr__(self):
364 set_status = 'set' if self.is_set() else 'unset'
365 return f"<{type(self).__qualname__} at {id(self):#x} {set_status}>"
366#
367# Barrier
368#

Callers

nothing calls this directly

Calls 2

is_setMethod · 0.95
idFunction · 0.85

Tested by

no test coverage detected