MCPcopy Create free account
hub / github.com/EasyIME/PIME / __str__

Method __str__

python/python3/tornado/queues.py:333–334  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

331 return "<%s at %s %s>" % (type(self).__name__, hex(id(self)), self._format())
332
333 def __str__(self) -> str:
334 return "<%s %s>" % (type(self).__name__, self._format())
335
336 def _format(self) -> str:
337 result = "maxsize=%r" % (self.maxsize,)

Callers

nothing calls this directly

Calls 2

_formatMethod · 0.95
typeEnum · 0.50

Tested by

no test coverage detected