string.Template.template

template This is the object passed to the constructor’s template argument. In general, you shouldn’t change it, but

2016-10-07 17:43:26
readline.get_line_buffer()

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

2016-10-07 17:41:22
textwrap.TextWrapper.expand_tabs

expand_tabs (default: True) If true, then all tab characters in text will be expanded to spaces using

2016-10-07 17:44:28
unicodedata.lookup()

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

2016-10-07 17:46:01
textwrap.TextWrapper.break_on_hyphens

break_on_hyphens (default: True) If true, wrapping will occur preferably on whitespaces and right after hyphens

2016-10-07 17:44:28
re.match.re

match.re The regular expression object whose match() or search() method produced this match instance

2016-10-07 17:41:16
readline.get_begidx()

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

2016-10-07 17:41:21
textwrap.TextWrapper.initial_indent

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

2016-10-07 17:44:29
re.error.colno

colno The column corresponding to pos.

2016-10-07 17:41:13
string.Template.safe_substitute()

safe_substitute(mapping, **kwds) Like substitute(), except that if placeholders are missing from mapping

2016-10-07 17:43:25