inode() Return the inode number of the entry. The result is cached on the DirEntry
os.utime(path, times=None, *, [ns, ]dir_fd=None, follow_symlinks=True) Set the access and modified times of the file specified
getvalue() Return a str containing the entire contents of the buffer. Newlines are decoded as if by read()
window.clearok(yes) If yes is 1, the next call to refresh() will clear the window completely.
class ctypes.c_void_p Represents the C void * type. The value is represented as integer. The constructor accepts
Panel.move(y, x) Move the panel to the screen coordinates (y, x).
os.WIFEXITED(status) Return True if the process exited using the exit(2) system call,
os.readv(fd, buffers) Read from a file descriptor fd into a number of mutable bytes-like
os.fchmod(fd, mode) Change the mode of the file given by fd to the numeric mode. See the docs for chmod()
os.times() Returns the current global process times. The return value is an object with five attributes:
Page 50 of 67