curses.killchar()

curses.killchar() Return the user’s current line kill character. Under Unix operating systems this is a property of the controlling

2016-10-07 17:30:05
os.DirEntry.stat()

stat(*, follow_symlinks=True) Return a stat_result object for this entry. This method follows symbolic links by

2016-10-07 17:38:49
curses.mouseinterval()

curses.mouseinterval(interval) Set the maximum time in milliseconds that can elapse between press and release events in order

2016-10-07 17:30:05
io.IOBase.writelines()

writelines(lines) Write a list of lines to the stream. Line separators are not added, so it is usual for each of the lines provided

2016-10-07 17:35:20
io.BufferedIOBase.detach()

detach() Separate the underlying raw stream from the buffer and return it. After the raw stream

2016-10-07 17:35:12
os.supports_dir_fd

os.supports_dir_fd A

2016-10-07 17:40:02
os.setxattr()

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

2016-10-07 17:39:45
os.sched_get_priority_max()

os.sched_get_priority_max(policy) Get the maximum priority value for policy. policy is one of the scheduling

2016-10-07 17:39:36
curses.def_shell_mode()

curses.def_shell_mode() Save the current terminal mode as the “shell” mode, the mode when the running program is not using curses

2016-10-07 17:29:58
os.stat_result.st_blocks

st_blocks Number of 512-byte blocks allocated for file. This may be smaller than st_size/512 when the file has

2016-10-07 17:39:53