how do you see the entire command history in interactive python? -
i'm working on default python interpreter on mac os x, , cmd+k (cleared) earlier commands. can go through them 1 one using arrow keys. there option --history option in bash shell, shows commands you've entered far?
use readline.get_current_history_length() length, , readline.get_history_item() view each.
Comments
Post a Comment