MCPcopy
hub / github.com/openai/openai-python / to_httpx_files

Function to_httpx_files

src/openai/_files.py:44–44  ·  src/openai/_files.py::to_httpx_files
(files: None)

Source from the content-addressed store, hash-verified

42
43@overload
44def to_httpx_files(files: None) -> None: ...
45
46
47@overload

Callers 6

test_tuple_inputFunction · 0.90
test_string_not_allowedFunction · 0.90
postMethod · 0.85
patchMethod · 0.85
putMethod · 0.85

Calls 4

is_mapping_tFunction · 0.85
_transform_fileFunction · 0.85
is_sequence_tFunction · 0.85
itemsMethod · 0.45

Tested by 3

test_tuple_inputFunction · 0.72
test_string_not_allowedFunction · 0.72