textwrap.TextWrapper.tabsize
  • References/Python/Python/Text Processing

tabsize (default: 8) If expand_tabs is true, then all tab characters in text will be expanded

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

stringprep.in_table_c7(code) Determine whether code is in tableC.7 (Inappropriate for canonical representation).

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

unicodedata.lookup(name) Look up character by name. If a character with the given name is found, return the corresponding character

2025-01-10 15:47:30
re.error.colno
  • References/Python/Python/Text Processing

colno The column corresponding to pos.

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

find_longest_match(alo, ahi, blo, bhi) Find longest matching block in a[alo:ahi] and b[blo:bhi].

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

re.findall(pattern, string, flags=0) Return all non-overlapping matches of pattern in string, as a list of

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

real_quick_ratio() Return an upper bound on ratio() very quickly.

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

initial_indent (default: '') String that will be prepended to the first line of wrapped output. Counts towards

2025-01-10 15:47:30
re.error.pos
  • References/Python/Python/Text Processing

pos The index of pattern where compilation failed.

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

readline.get_line_buffer() Return the current contents of the line buffer (rl_line_buffer in the underlying library)

2025-01-10 15:47:30