platform.python_revision()

platform.python_revision() Returns a string identifying the Python implementation SCM revision.

2016-10-07 17:40:47
curses.window.insdelln()

window.insdelln(nlines) Insert nlines lines into the specified window above the current line. The nlines bottom

2016-10-07 17:30:29
ctypes.WinError()

ctypes.WinError(code=None, descr=None) Windows only: this function is probably the worst-named thing in ctypes. It creates an

2016-10-07 17:29:48
os.sched_setparam()

os.sched_setparam(pid, param) Set a scheduling parameters for the process with PID pid. A pid of 0 means the

2016-10-07 17:39:38
os.WCOREDUMP()

os.WCOREDUMP(status) Return True if a core dump was generated for the process, otherwise return False

2016-10-07 17:40:13
argparse.ArgumentParser.add_argument_group()

ArgumentParser.add_argument_group(title=None, description=None) By default, ArgumentParser groups command-line

2016-10-07 17:26:11
os.setxattr()

os.setxattr(path, attribute, value, flags=0, *, follow_symlinks=True) Set the extended filesystem attribute attribute

2016-10-07 17:39:45
argparse.ArgumentParser.format_help()

ArgumentParser.format_help() Return a string containing a help message, including the program usage and information about the

2016-10-07 17:26:12
curses.error

exception curses.error Exception raised when a curses library function returns an error.

2016-10-07 17:29:59
os.sched_get_priority_min()

os.sched_get_priority_min(policy) Get the minimum priority value for policy. policy is one of the scheduling

2016-10-07 17:39:36