Spaces:
Runtime error
Runtime error
text-generation-webui / installer_files /env /lib /python3.11 /site-packages /aiofiles /threadpool /text.py
| from ..base import AsyncBase, AsyncIndirectBase | |
| from .utils import delegate_to_executor, proxy_method_directly, proxy_property_directly | |
| class AsyncTextIOWrapper(AsyncBase): | |
| """The asyncio executor version of io.TextIOWrapper.""" | |
| class AsyncTextIndirectIOWrapper(AsyncIndirectBase): | |
| """The indirect asyncio executor version of io.TextIOWrapper.""" | |