readline.read_history_file()
  • References/Python/Python/Text Processing

readline.read_history_file([filename]) Load a readline history file, and append it to the history list. The default filename

2025-01-10 15:47:30
difflib.restore()
  • References/Python/Python/Text Processing

difflib.restore(sequence, which) Return one of the two sequences that generated a delta. Given

2025-01-10 15:47:30
stringprep.in_table_c8()
  • References/Python/Python/Text Processing

stringprep.in_table_c8(code) Determine whether code is in tableC.8 (Change display properties or are deprecated).

2025-01-10 15:47:30
stringprep.in_table_a1()
  • References/Python/Python/Text Processing

stringprep.in_table_a1(code) Determine whether code is in tableA.1 (Unassigned code points in Unicode 3.2).

2025-01-10 15:47:30
stringprep.in_table_c11_c12()
  • References/Python/Python/Text Processing

stringprep.in_table_c11_c12(code) Determine whether code is in tableC.1 (Space characters, union of C.1.1 and C.1.2)

2025-01-10 15:47:30
string.Formatter.check_unused_args()
  • References/Python/Python/Text Processing

check_unused_args(used_args, args, kwargs) Implement checking for unused arguments if desired. The arguments to this function

2025-01-10 15:47:30
readline.get_completer()
  • References/Python/Python/Text Processing

readline.get_completer() Get the completer function, or None if no completer function has been set.

2025-01-10 15:47:30
readline.replace_history_item()
  • References/Python/Python/Text Processing

readline.replace_history_item(pos, line) Replace history item specified by its position with line. The position is

2025-01-10 15:47:30
readline.get_history_length()
  • References/Python/Python/Text Processing

readline.get_history_length() readline.set_history_length(length) Set or return the desired number of lines to save

2025-01-10 15:47:30
string.printable
  • References/Python/Python/Text Processing

string.printable String of ASCII characters which are considered printable. This is a combination of digits,

2025-01-10 15:47:30