ifw-core  5.0.0-pre2
Public Member Functions | Public Attributes | List of all members
acli.CustomCompleter Class Reference

Prompt toolkit Custom Completer class. More...

Inheritance diagram for acli.CustomCompleter:

Public Member Functions

def __init__ (self, class_name)
 
def get_completions (self, document, complete_event)
 obtain class info dictionary More...
 

Public Attributes

 class_name
 
 method_dict
 

Detailed Description

Prompt toolkit Custom Completer class.

See also
Prompt Toolkit library - Completer

Constructor & Destructor Documentation

◆ __init__()

def acli.CustomCompleter.__init__ (   self,
  class_name 
)

Member Function Documentation

◆ get_completions()

def acli.CustomCompleter.get_completions (   self,
  document,
  complete_event 
)

obtain class info dictionary

Member Data Documentation

◆ class_name

acli.CustomCompleter.class_name

◆ method_dict

acli.CustomCompleter.method_dict

The documentation for this class was generated from the following file: