ok
| Direktori : /proc/self/root/lib/fm-agent/dependencies/linux/python3.11/jpype/ |
| Current File : //proc/self/root/lib/fm-agent/dependencies/linux/python3.11/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: ...