string.Formatter.format()

format(format_string, *args, **kwargs) The primary API method. It takes a format string and an arbitrary set of positional and

2016-10-07 17:43:24
re.match.string

match.string The string passed to match() or search().

2016-10-07 17:41:17
difflib.IS_CHARACTER_JUNK()

difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is

2016-10-07 17:31:54
difflib.SequenceMatcher

class difflib.SequenceMatcher This is a flexible class for comparing pairs of sequences of any type, so long as the sequence

2016-10-07 17:31:55
textwrap.TextWrapper.subsequent_indent

subsequent_indent (default: '') String that will be prepended to all lines of wrapped output except the first.

2016-10-07 17:44:29
unicodedata.unidata_version

unicodedata.unidata_version The version of the Unicode database used in this module.

2016-10-07 17:46:02
difflib.HtmlDiff

class difflib.HtmlDiff This class can be used to create an HTML table (or a complete HTML file containing the table) showing

2016-10-07 17:31:53
re.escape()

re.escape(string) Escape all the characters in pattern except ASCII letters, numbers and '_'. This is useful if

2016-10-07 17:41:14
string.Formatter.parse()

parse(format_string) Loop over the format_string and return an iterable of tuples (literal_text, field_name

2016-10-07 17:43:24
unicodedata.decimal()

unicodedata.decimal(chr[, default]) Returns the decimal value assigned to the character chr as integer. If no such

2016-10-07 17:46:01