io.RawIOBase
  • References/Python/Python/Operating System

class io.RawIOBase Base class for raw binary I/O. It inherits IOBase. There is no public constructor.

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

Panel.hidden() Returns true if the panel is hidden (not visible), false otherwise.

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

Panel.userptr() Returns the user pointer for the panel. This might be any Python object.

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

curses.initscr() Initialize the library. Return a WindowObject which represents the whole screen.

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

curses.flushinp() Flush all input buffers. This throws away any typeahead that has been typed by the user and has not yet been

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

curses.ascii.iscntrl(c) Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f).

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

platform.architecture(executable=sys.executable, bits='', linkage='') Queries the given executable (defaults to the Python interpreter

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

window.bkgd(ch[, attr]) Set the background property of the window to the character ch, with attributes attr

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

from_buffer_copy(source[, offset]) This method creates a ctypes instance, copying the buffer from the source object

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

inode() Return the inode number of the entry. The result is cached on the DirEntry

2025-01-10 15:47:30