Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ stream_factory
Method
stream_factory
tests/test_formparser.py:468–469 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
466
467
def
test_constructor_pass_stream_factory_and_cls(self):
468
def
stream_factory():
469
pass
470
471
parser = formparser.MultiPartParser(stream_factory=stream_factory, cls=dict)
472
Callers
1
start_file_streaming
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected