os.fork()
  • References/Python/Python/Operating System

os.fork() Fork a child process. Return 0 in the child and the child’s process id in the parent. If an error occurs

2025-01-10 15:47:30
os.stat_result.st_ctime_ns
  • References/Python/Python/Operating System

st_ctime_ns Platform dependent: the time of most recent metadata change

2025-01-10 15:47:30
curses.panel.Panel.show()
  • References/Python/Python/Operating System

Panel.show() Display the panel (which might have been hidden).

2025-01-10 15:47:30
platform.libc_ver()
  • References/Python/Python/Operating System

platform.libc_ver(executable=sys.executable, lib='', version='', chunksize=2048) Tries to determine the libc version against

2025-01-10 15:47:30
curses.nonl()
  • References/Python/Python/Operating System

curses.nonl() Leave newline mode. Disable translation of return into newline on input, and disable low-level translation of

2025-01-10 15:47:30
os.chmod()
  • References/Python/Python/Operating System

os.chmod(path, mode, *, dir_fd=None, follow_symlinks=True) Change the mode of path to the numeric mode. mode

2025-01-10 15:47:30
curses.window.get_wch()
  • References/Python/Python/Operating System

window.get_wch([y, x]) Get a wide character. Return a character for most keys, or an integer for function keys, keypad keys

2025-01-10 15:47:30
ctypes.string_at()
  • References/Python/Python/Operating System

ctypes.string_at(address, size=-1) This function returns the C string starting at memory address address as a bytes

2025-01-10 15:47:30
os.getegid()
  • References/Python/Python/Operating System

os.getegid() Return the effective group id of the current process. This corresponds to the “set id” bit on the file being executed

2025-01-10 15:47:30
os.get_inheritable()
  • References/Python/Python/Operating System

os.get_inheritable(fd) Get the “inheritable” flag of the specified file descriptor (a boolean).

2025-01-10 15:47:30