unicodedata.mirrored()

unicodedata.mirrored(chr) Returns the mirrored property assigned to the character chr as integer. Returns 1

2016-10-07 17:46:01
textwrap.TextWrapper.wrap()

wrap(text) Wraps the single paragraph in text (a string) so every line is at most width characters long

2016-10-07 17:44:30
stringprep.in_table_c6()

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

2016-10-07 17:43:28
stringprep.in_table_d2()

stringprep.in_table_d2(code) Determine whether code is in tableD.2 (Characters with bidirectional property “L”).

2016-10-07 17:43:28
difflib.unified_diff()

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

2016-10-07 17:31:57
textwrap.TextWrapper.fix_sentence_endings

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

2016-10-07 17:44:29
string.Formatter.check_unused_args()

check_unused_args(used_args, args, kwargs) Implement checking for unused arguments if desired. The arguments to this function

2016-10-07 17:43:23
stringprep.in_table_c21()

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

2016-10-07 17:43:27
string.Formatter

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

2016-10-07 17:43:23
string.Formatter.convert_field()

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

2016-10-07 17:43:23