Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstrBotDevs/AstrBot
/ form
Method
form
tests/test_fastapi_v1_dashboard.py:2714–2715 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2712
2713
class
FakeRequest:
2714
async
def
form(self):
2715
return
FormData([(
"tag"
,
"one"
), (
"tag"
,
"two"
)])
2716
2717
form, files = await multipart_parts(FakeRequest())
2718
Callers
1
astrbot_web_upload_extension
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected