← Back
Editing: nested.cpython-311.pyc
� �Ï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 �"