stringprep.in_table_c21()
  • References/Python/Python/Text Processing

stringprep.in_table_c21(code) Determine whether code is in tableC.2.1 (ASCII control characters).

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

stringprep.in_table_d1(code) Determine whether code is in tableD.1 (Characters with bidirectional property “R” or “AL”)

2025-01-10 15:47:30
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
unicodedata.bidirectional()
  • References/Python/Python/Text Processing

unicodedata.bidirectional(chr) Returns the bidirectional class assigned to the character chr as string. If no such

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
textwrap.TextWrapper.fix_sentence_endings
  • References/Python/Python/Text Processing

fix_sentence_endings (default: False) If true, TextWrapper attempts to detect sentence endings and

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

class string.Formatter The Formatter class has the following public methods:

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

difflib.unified_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, lineterm='\n') Compare a and

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

textwrap.indent(text, prefix, predicate=None) Add prefix to the beginning of selected lines in text.

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