Spaces:
Runtime error
Runtime error
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.""" | |