Preview: _jio.pyi
Size: 359 B
//lib/fm-agent/dependencies/linux/python3.10/jpype/_jio.pyi
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: ...
Directory Contents
Dirs: 1 × Files: 32