method
line_buffer
v2_4_6 -
Show latest stable
- Class:
Readline
line_buffer()public
Returns the full line that is being edited. This is useful from within the complete_proc for determining the context of the completion request.
The length of Readline.line_buffer and GNU Readline’s rl_end are same.
Raises NotImplementedError if the using readline library does not support.