unicodedata.mirrored(chr) Returns the mirrored property assigned to the character chr as integer. Returns 1
wrap(text) Wraps the single paragraph in text (a string) so every line is at most width characters long
stringprep.in_table_c6(code) Determine whether code is in tableC.6 (Inappropriate for plain text).
stringprep.in_table_d2(code) Determine whether code is in tableD.2 (Characters with bidirectional property “L”).
difflib.unified_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, lineterm='\n') Compare a and
fix_sentence_endings (default: False) If true, TextWrapper attempts to detect sentence endings and
check_unused_args(used_args, args, kwargs) Implement checking for unused arguments if desired. The arguments to this function
stringprep.in_table_c21(code) Determine whether code is in tableC.2.1 (ASCII control characters).
class string.Formatter The Formatter class has the following public methods:
convert_field(value, conversion) Converts the value (returned by get_field()) given a conversion type (as in the
Page 11 of 17