window.notimeout(yes) If yes is 1, escape sequences will not be timed out. If
class os.sched_param(sched_priority) This class represents tunable scheduling parameters used in sched_setparam()
os.execve(path, args, env) os.execvp(file, args) os.execvpe(file, args, env) These
os.sched_getscheduler(pid) Return the scheduling policy for the process with PID pid. A pid of 0 means the
os.device_encoding(fd) Return a string describing the encoding of the device associated with fd if it is connected
os.sendfile(out, in, offset, count) os.sendfile(out, in, offset, count, [headers, ][trailers, ]flags=0) Copy count
os.getlogin() Return the name of the user logged in on the controlling terminal of the process. For most purposes, it is more
write(s) Write the string s to the stream and return the number of characters written.
os.remove(path, *, dir_fd=None) Remove (delete) the file path. If path is a directory,
st_ctime Platform dependent: the time of most recent metadata change on
Page 30 of 67