コード例 #1
0
ファイル: readline.py プロジェクト: bmaggi/Topcased
def get_current_history_length():
    """Get the number of lines currently available in history."""
    return Readline.getHistorySize()
コード例 #2
0
 def get_current_history_length(self):
     """Return the number of lines currently in the history."""
     return Readline.getHistorySize()
コード例 #3
0
ファイル: GnuRL.py プロジェクト: seletz/ipython-0.9.1-jython
 def get_current_history_length(self):
     """Return the number of lines currently in the history."""
     return Readline.getHistorySize()
コード例 #4
0
ファイル: readline.py プロジェクト: 343829084/OpenRefine
def get_current_history_length():
    """Get the number of lines currently available in history."""
    return Readline.getHistorySize()