%PDF- %PDF-
| Direktori : /lib/python3/dist-packages/paramiko/__pycache__/ |
| Current File : //lib/python3/dist-packages/paramiko/__pycache__/sftp_handle.cpython-312.pyc |
�
�ec � �N � d Z ddlZddlmZmZ ddlmZ G d� de� Zddlm Z y)z7
Abstraction of an SFTP file handle (for server mode).
� N)�SFTP_OP_UNSUPPORTED�SFTP_OK)�ClosingContextManagerc �N � e Zd ZdZd
d�Zd� Zd� Zd� Zd� Zd� Z d� Z
d � Zd
� Zd� Z
y)�
SFTPHandlea�
Abstract object representing a handle to an open file (or folder) in an
SFTP server implementation. Each handle has a string representation used
by the client to refer to the underlying file.
Server implementations can (and should) subclass SFTPHandle to implement
features of a file handle, like `stat` or `chattr`.
Instances of this class may be used as context managers.
c �<