curses.ascii.isxdigit(c) Checks for an ASCII hexadecimal digit. This is equivalent to c in string.hexdigits.
os.rmdir(path, *, dir_fd=None) Remove (delete) the directory path. Only works when the directory is empty, otherwise
os.getcwdb() Return a bytestring representing the current working directory.
window.syncok(flag) If called with flag set to True, then syncup() is called automatically
os.sched_getaffinity(pid) Return the set of CPUs the process with PID pid (or the current process if zero) is restricted
os.fsync(fd) Force write of file with filedescriptor fd to disk. On Unix, this calls the native fsync()
os.setsid() Call the system call setsid(). See the Unix manual for the semantics. Availability:
os.pathconf(path, name) Return system configuration information relevant to a named file. name specifies the configuration
os.supports_fd A
curses.wrapper(func, ...) Initialize curses and call another callable object, func, which should be the rest of your
Page 23 of 67