io.IOBase.fileno()

fileno() Return the underlying file descriptor (an integer) of the stream if it exists. An

2016-10-07 17:35:18
platform.version()

platform.version() Returns the system’s release version, e.g. '#3 on degas'. An empty string is returned if the

2016-10-07 17:40:48
os.getpgid()

os.getpgid(pid) Return the process group id of the process with process id pid. If pid is 0, the process group

2016-10-07 17:39:04
curses.textpad.Textbox.edit()

edit([validator]) This is the entry point you will normally use. It accepts editing keystrokes until one of the termination

2016-10-07 17:30:15
time.altzone

time.altzone The offset of the local DST timezone, in seconds west of UTC, if one is defined. This is negative if the local

2016-10-07 17:44:40
argparse.ArgumentParser.add_argument()

ArgumentParser.add_argument(name or flags...[, action][, nargs][, const][, default][, type][, choices][, required][, help][, metavar][, dest])

2016-10-07 17:26:10
os.getpgrp()

os.getpgrp() Return the id of the current process group. Availability: Unix.

2016-10-07 17:39:05
curses.window.getkey()

window.getkey([y, x]) Get a character, returning a string instead of an integer, as getch() does. Function keys

2016-10-07 17:30:26
ctypes.c_ushort

class ctypes.c_ushort Represents the C unsigned short datatype. The constructor accepts an optional integer initializer;

2016-10-07 17:29:39
ctypes.Array

class ctypes.Array(*args) Abstract base class for arrays. The recommended way to create concrete

2016-10-07 17:29:31