os.renames()

os.renames(old, new) Recursive directory or file renaming function. Works like rename(), except creation of any

2016-10-07 17:39:33
io.BufferedReader

class io.BufferedReader(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffer providing higher-level access to a readable, sequential

2016-10-07 17:35:14
curses.init_pair()

curses.init_pair(pair_number, fg, bg) Change the definition of a color-pair. It takes three arguments: the number of the color-pair

2016-10-07 17:30:03
os.putenv()

os.putenv(key, value) Set the environment variable named key to the string value. Such changes to the environment

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

curses.panel.new_panel(win) Returns a panel object, associating it with the given window win. Be aware that you need

2016-10-07 17:30:09
curses.putp()

curses.putp(string) Equivalent to tputs(str, 1, putchar); emit the value of a specified terminfo capability for

2016-10-07 17:30:11
time.clock_getres()

time.clock_getres(clk_id) Return the resolution (precision) of the specified clock clk_id.

2016-10-07 17:44:40
os.fwalk()

os.fwalk(top='.', topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None) This behaves exactly like walk()

2016-10-07 17:39:00
os.sysconf()

os.sysconf(name) Return integer-valued system configuration values. If the configuration value specified by name isn’t

2016-10-07 17:40:04
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