os.altsep

os.altsep An alternative character used by the operating system to separate pathname components, or None if only

2016-10-07 17:38:39
platform.platform()

platform.platform(aliased=0, terse=0) Returns a single string identifying the underlying platform with as much useful information

2016-10-07 17:40:46
curses.panel.Panel.show()

Panel.show() Display the panel (which might have been hidden).

2016-10-07 17:30:10
os.posix_fallocate()

os.posix_fallocate(fd, offset, len) Ensures that enough disk space is allocated for the file specified by fd starting

2016-10-07 17:39:29
curses.termattrs()

curses.termattrs() Return a logical OR of all video attributes supported by the terminal. This information is useful when a

2016-10-07 17:30:14
ctypes.string_at()

ctypes.string_at(address, size=-1) This function returns the C string starting at memory address address as a bytes

2016-10-07 17:29:45
curses.ascii.ispunct()

curses.ascii.ispunct(c) Checks for any printable ASCII character which is not a space or an alphanumeric character.

2016-10-07 17:29:55
platform.mac_ver()

platform.mac_ver(release='', versioninfo=('', '', ''), machine='') Get Mac OS version information and return it as tuple (release

2016-10-07 17:40:46
curses.newwin()

curses.newwin(nlines, ncols) curses.newwin(nlines, ncols, begin_y, begin_x) Return a new window, whose left-upper

2016-10-07 17:30:06
curses.window.insstr()

window.insstr(str[, attr]) window.insstr(y, x, str[, attr]) Insert a character string (as many characters as will

2016-10-07 17:30:30