Package prompt :: Module tab_completion :: Class Tab_completion
[hide private]
[frames] | no frames]

Class Tab_completion

source code

Instance Methods [hide private]
 
__init__(self, name_space={}, verbosity=0)
Function for tab completion.
source code
 
create_list(self)
Function to create the dictionary of options for tab completion.
source code
 
create_sublist(self)
Function to create the dictionary of options for tab completion.
source code
 
finish(self, input, state)
Return the next possible completion for 'input'
source code