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

os.getxattr(path, attribute, *, follow_symlinks=True) Return the value of the extended filesystem attribute attribute

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

ctypes.FormatError([code]) Windows only: Returns a textual description of the error code code. If no error code is

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

st_gen File generation number.

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

do_command(ch) Process a single command keystroke. Here are the supported special keystrokes:

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

os.setegid(egid) Set the current process’s effective group id. Availability: Unix.

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

getpass.getuser() Return the “login name” of the user. This function checks the environment

2025-01-10 15:47:30
io.BufferedIOBase
  • References/Python/Python/Operating System

class io.BufferedIOBase Base class for binary streams that support some kind of buffering. It inherits IOBase.

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

class os.stat_result Object whose attributes correspond roughly to the members of the stat structure. It is used

2025-01-10 15:47:30
io.IOBase.closed
  • References/Python/Python/Operating System

closed True if the stream is closed.

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

curses.newpad(nlines, ncols) Create and return a pointer to a new pad data structure with the given number of lines and columns

2025-01-10 15:47:30