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

readline.set_startup_hook([function]) Set or remove the function invoked by the rl_startup_hook callback of the

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

readline.write_history_file([filename]) Save the history list to a readline history file, overwriting any existing file. The

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

stringprep.in_table_c6(code) Determine whether code is in tableC.6 (Inappropriate for plain text).

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.convert_field()
  • References/Python/Python/Text Processing

convert_field(value, conversion) Converts the value (returned by get_field()) given a conversion type (as in the

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

stringprep.in_table_d2(code) Determine whether code is in tableD.2 (Characters with bidirectional property ā€œLā€).

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
difflib.SequenceMatcher.set_seqs()
  • References/Python/Python/Text Processing

set_seqs(a, b) Set the two sequences to be compared.

2025-01-10 15:47:30
textwrap.TextWrapper.max_lines
  • References/Python/Python/Text Processing

max_lines (default: None) If not None, then the output will contain at most max_lines lines

2025-01-10 15:47:30
textwrap.TextWrapper.placeholder
  • References/Python/Python/Text Processing

placeholder (default: ' [...]') String that will appear at the end of the output text if it has been truncated

2025-01-10 15:47:30