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

os.getcwd() Return a string representing the current working directory.

2025-01-10 15:47:30
io.BufferedReader.read1()
  • References/Python/Python/Operating System

read1(size) Read and return up to size bytes with only one call on the raw stream. If at least one byte is buffered

2025-01-10 15:47:30
time.struct_time
  • References/Python/Python/Operating System

class time.struct_time The type of the time value sequence returned by gmtime(), localtime(), and

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

gather() Return the window contents as a string; whether blanks in the window are included is affected by the stripspaces

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

read(size=-1) Read and return up to size bytes. If the argument is omitted, None, or negative, data is

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

os.minor(device) Extract the device minor number from a raw device number (usually the st_dev or st_rdev

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

st_creator Creator of the file.

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

os.mkfifo(path, mode=0o666, *, dir_fd=None) Create a FIFO (a named pipe) named path with numeric mode mode

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

os.get_handle_inheritable(handle) Get the “inheritable” flag of the specified handle (a boolean).

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

os.umask(mask) Set the current numeric umask and return the previous umask.

2025-01-10 15:47:30