another readline completer that also completes function arguments
Project description
simply uses <tab> to have completion
if several possibilities, all of them are displayed, with on each line: - the object name - the value if object is a str, int, float or bool - the object type - the first line of the documentation
if the word is already completed when doing <tab>, more information are displayed: - for functions or methods, the prototype is displayed with default argument values, and a ‘(‘ character is completed - for objects of type ‘str, int, float, bool’, the value of is displayed - for all objects having a documentation, the full doc is displayed
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size rlcompleter3-1.0.tar.gz (3.6 kB) | File type Source | Python version None | Upload date | Hashes View hashes |