mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
7 lines
380 B
Text
7 lines
380 B
Text
rlcompleter2 is an interactive readline completion handler, featuring:
|
|
* completion on any python expression/statement
|
|
* interactive introspection into function signatures and docstrings
|
|
* convenient completions on module, instance and function objects
|
|
* ultra simple user interface: <tab> (try hit it multiple times!)
|
|
|
|
WWW: https://pypi.org/project/rlcompleter2/
|