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

stringprep.in_table_c5(code) Determine whether code is in tableC.5 (Surrogate codes).

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

pattern The regular expression pattern.

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

readline.get_begidx() readline.get_endidx() Get the beginning or ending index of the completion scope. These indexes

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

fill(text) Wraps the single paragraph in text, and returns a single string containing the wrapped paragraph.

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

lineno The line corresponding to pos.

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

match.groups(default=None) Return a tuple containing all the subgroups of the match, from 1 up to however many groups are in

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

get_field(field_name, args, kwargs) Given field_name as returned by parse() (see above), convert it to

2025-01-10 15:47:30