| Server IP : 85.155.190.233 / Your IP : 216.73.216.103 Web Server : nginx/1.24.0 System : Linux antigravity-cli 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 User : wp-moonbloom ( 1001) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/certbot/_internal/display/__pycache__/ |
Upload File : |
�
M/�e
� � � d Z ddlZddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm Z ddl
Z
G d � d
� Zy# e$ r ddlm
c mc mZ
Y �w xY w)z8Provides Tab completion when prompting users for a path.� N)�
TracebackType)�Callable)�Iterator)�Literal)�Optional)�Typec �j � e Zd ZdZdd�Zdededee fd�Zdd�Z d ee
e d
ee dee ddfd
�Z
y)� Completera/ Provides Tab completion when prompting users for a path.
This class is meant to be used with readline to provide Tab
completion for users entering paths. The complete method can be
passed to readline.set_completer directly, however, this function
works best as a context manager. For example:
with Completer():
raw_input()
In this example, Tab completion will be available during the call to
raw_input above, however, readline will be restored to its previous
state when exiting the body of the with statement.
�returnNc � � | | | y )N� ��selfs �E/usr/lib/python3/dist-packages/certbot/_internal/display/completer.py�__init__zCompleter.__init__"