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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

sql - text truncated using perl DBI insert -

php - Pass object by reference or value -