MCPcopy Create free account
hub / github.com/AstrBotDevs/AstrBot / files

Method files

astrbot/api/web.py:315–316  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

313 return await self._get_current().form()
314
315 async def files(self) -> PluginMultiDict[PluginUploadFile]:
316 return await self._get_current().files()
317
318 def __getattr__(self, key: str) -> Any:
319 return getattr(self._get_current(), key)

Callers

nothing calls this directly

Calls 2

_get_currentMethod · 0.95
filesMethod · 0.45

Tested by

no test coverage detected