HomeSort by relevance Sort by last modified time
    Searched refs:clear_history (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_readline.py 16 @unittest.skipIf(not hasattr(readline, 'clear_history'),
18 "clear_history method is not available.")
20 readline.clear_history()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_readline.py 16 @unittest.skipIf(not hasattr(readline, 'clear_history'),
18 "clear_history method is not available.")
20 readline.clear_history()
  /external/libedit/src/editline/
readline.h 149 void clear_history(void);
  /prebuilts/libs/libedit/include/editline/
readline.h 149 void clear_history(void);
  /external/libedit/src/
readline.c 1478 clear_history(void) function
    [all...]

Completed in 189 milliseconds