stringprep.in_table_c12()

stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).

2016-10-07 17:43:27
textwrap.TextWrapper.replace_whitespace

replace_whitespace (default: True) If true, after tab expansion but before wrapping, the wrap() method

2016-10-07 17:44:29
readline.get_completion_type()

readline.get_completion_type() Get the type of completion being attempted. This returns the rl_completion_type

2016-10-07 17:41:21
readline.get_endidx()

readline.get_endidx() Get the beginning or ending index of the completion scope. These indexes are the start and end

2016-10-07 17:41:21
readline.remove_history_item()

readline.remove_history_item(pos) Remove history item specified by its position from the history. The position is zero-based

2016-10-07 17:41:23
readline.clear_history()

readline.clear_history() Clear the current history. This calls clear_history() in the underlying library. The Python

2016-10-07 17:41:21
stringprep.in_table_c9()

stringprep.in_table_c9(code) Determine whether code is in tableC.9 (Tagging characters).

2016-10-07 17:43:28
readline.get_history_item()

readline.get_history_item(index) Return the current contents of history item at index. The item index is one-based

2016-10-07 17:41:22
string.punctuation

string.punctuation String of ASCII characters which are considered punctuation characters in the C locale.

2016-10-07 17:43:25
re.regex.sub()

regex.sub(repl, string, count=0) Identical to the sub() function, using the compiled pattern.

2016-10-07 17:41:19