Shofel2_T124_python/venv/lib/python3.10/site-packages/jpype/_jio.pyi

10 lines
359 B
Python
Raw Normal View History

2024-05-25 16:45:07 +00:00
from types import TracebackType
from typing import ContextManager, Optional, Type
class _JCloseable(ContextManager['_JCloseable']):
def __enter__(self) -> '_JCloseable': ...
def __exit__(self, exception_type: Optional[Type[BaseException]], exception_value: Optional[BaseException],
traceback: Optional[TracebackType]) -> bool: ...