km wrote:
Is there a way to display inbuilt function syntax as the user starts typing a function name with 'Vi' editor in console mode?
Hi there,
Unfortunately due to the highly dynamic nature of Python, this is difficult to do reliably. It is one benefit that static typing, to a certain extent, would bring to the language. Sadly we don't have that, yet. :)
David. -- http://mail.python.org/mailman/listinfo/python-list