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

Method __repr__

tools/python-3.11.9-amd64/Lib/asyncio/events.py:62–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 return info
61
62 def __repr__(self):
63 if self._repr is not None:
64 return self._repr
65 info = self._repr_info()
66 return '<{}>'.format(' '.join(info))
67
68 def cancel(self):
69 if not self._cancelled:

Callers

nothing calls this directly

Calls 3

_repr_infoMethod · 0.95
formatMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected