Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ _create_reader
Function
_create_reader
src/tests/web/stream_request_form_test.py:441–442 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
439
440
441
def
_create_reader(request):
442
return
StreamingFormReader(request.headers, _UPLOADS_FOLDER)
Callers
15
test_empty_body
Method · 0.85
test_single_value
Method · 0.85
test_multiple_values
Method · 0.85
test_repeating_value
Method · 0.85
test_single_file
Method · 0.85
test_large_single_file
Method · 0.85
test_files_with_complex_header
Method · 0.85
test_multiple_files
Method · 0.85
test_files_and_parameters
Method · 0.85
test_a_lot_of_files_and_parameters
Method · 0.85
test_read_chunk_after_max_length
Method · 0.85
test_read_reach_max_length
Method · 0.85
Calls
1
StreamingFormReader
Class · 0.90
Tested by
no test coverage detected