Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ __init__
Method
__init__
tensorrt_llm/llmapi/utils.py:376–380 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
374
pass
375
376
def
__init__(self):
377
self._q = collections.deque()
378
self._event = asyncio.Event()
379
self._tainted = False
380
self._sync_q = _SyncQueue(self)
381
382
@property
383
def
sync_q(self):
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
1
_SyncQueue
Class · 0.85
Tested by
no test coverage detected