Ejemplo n.º 1
0
def get_current_history_length():
    """Get the number of lines currently available in history."""
    return Readline.getHistorySize()
Ejemplo n.º 2
0
 def get_current_history_length(self):
     """Return the number of lines currently in the history."""
     return Readline.getHistorySize()
Ejemplo n.º 3
0
 def get_current_history_length(self):
     """Return the number of lines currently in the history."""
     return Readline.getHistorySize()
Ejemplo n.º 4
0
def get_current_history_length():
    """Get the number of lines currently available in history."""
    return Readline.getHistorySize()