Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ is_extended_param
Function
is_extended_param
aiohttp/multipart.py:60–61 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
58
return
is_token(string) and string.count(
"'"
) == 2
59
60
def
is_extended_param(string):
61
return
string.endswith(
'*'
)
62
63
def
is_continuous_param(string):
64
pos = string.find(
'*'
) + 1
Callers
1
parse_content_disposition
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected