Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ __repr__
Method
__repr__
python/python3/tornado/queues.py:330–331 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
328
self._getters.popleft()
329
330
def
__repr__(self) -> str:
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())
Callers
nothing calls this directly
Calls
2
_format
Method · 0.95
type
Enum · 0.50
Tested by
no test coverage detected