| Server IP : 217.160.0.135 / Your IP : 216.73.217.25 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/prompt_toolkit/completion/__pycache__/ |
Upload File : |
�
�Ïc � � � d Z ddlmZmZmZmZmZmZmZ ddl m
Z
mZmZ ddl
mZ ddlmZ dgZeeeeee def f Z G d� de� � ZdS ) zA
Nestedcompleter for completion of hierarchical data structures.
� )�Any�Dict�Iterable�Mapping�Optional�Set�Union)�
CompleteEvent� Completer�
Completion)�
WordCompleter)�Document�NestedCompleterNc � � e Zd ZdZ ddeeee f deddfd�Z defd�Z
ed edd fd
�� � Z
dededee fd
�ZdS )r a�
Completer which wraps around several other completers, and calls any the
one that corresponds with the first word of the input.
By combining multiple `NestedCompleter` instances, we can achieve multiple
hierarchical levels of autocompletion. This is useful when `WordCompleter`
is not sufficient.
If you need multiple levels, check out the `from_nested_dict` classmethod.
T�options�ignore_case�returnNc �"