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.DirEntry
  • References/Python/Python/Operating System

class os.DirEntry Object yielded by scandir() to expose the file path and other file attributes of a directory

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

os.spawnve(mode, path, args, env) os.spawnvp(mode, file, args) os.spawnvpe(mode, file, args, env)

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

curses.has_ic() Return True if the terminal has insert- and delete-character capabilities. This function is included

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
os.setsid()
  • References/Python/Python/Operating System

os.setsid() Call the system call setsid(). See the Unix manual for the semantics. Availability:

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

st_type File type.

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

window.chgat(attr) window.chgat(num, attr) window.chgat(y, x, attr) window

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

class ctypes.c_size_t Represents the C size_t datatype.

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

name The entry’s base filename, relative to the scandir() path argument. The

2025-01-10 15:47:30