Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ _DummyConnector
Class
_DummyConnector
tests/output/test_token_processor.py:120–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
119
120
class
_DummyConnector:
121
def
__init__(self):
122
self.calls = []
123
124
def
send_first_token(self, info, results):
125
self.calls.append((info, results))
126
127
128
@pytest.fixture(autouse=True)
Callers
1
_make_processor
Function · 0.85
Calls
no outgoing calls
Tested by
1
_make_processor
Function · 0.68