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

Method __repr__

Lib/asyncio/events.py:69–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 return info
68
69 def __repr__(self):
70 if self._repr is not None:
71 return self._repr
72 info = self._repr_info()
73 return '<{}>'.format(' '.join(info))
74
75 def get_context(self):
76 return self._context

Callers

nothing calls this directly

Calls 3

_repr_infoMethod · 0.95
formatMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected