MCPcopy
hub / github.com/anthropics/anthropic-sdk-python / async_to_httpx_files

Function async_to_httpx_files

src/anthropic/_files.py:86–86  ·  view source on GitHub ↗
(files: None)

Source from the content-addressed store, hash-verified

84
85@overload
86async def async_to_httpx_files(files: None) -> None: ...
87
88
89@overload

Callers 6

test_async_tuple_inputFunction · 0.90
postMethod · 0.85
patchMethod · 0.85
putMethod · 0.85

Calls 3

is_mapping_tFunction · 0.85
_async_transform_fileFunction · 0.85
is_sequence_tFunction · 0.85