curses.panel.Panel.replace()
  • References/Python/Python/Operating System

Panel.replace(win) Change the window associated with the panel to the window win.

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

ctypes.wstring_at(address, size=-1) This function returns the wide character string starting at memory address address

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

os.getpid() Return the current process id.

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

curses.typeahead(fd) Specify that the file descriptor fd be used for typeahead checking. If fd is -1

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

platform.java_ver(release='', vendor='', vminfo=('', '', ''), osinfo=('', '', '')) Version interface for Jython.

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

exception os.error An alias for the built-in

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

curses.getsyx() Return the current coordinates of the virtual screen cursor in y and x. If leaveok is currently true, then -1

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

os.setxattr(path, attribute, value, flags=0, *, follow_symlinks=True) Set the extended filesystem attribute attribute

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

writelines(lines) Write a list of lines to the stream. Line separators are not added, so it is usual for each of the lines provided

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

time.strptime(string[, format]) Parse a string representing a time according to a format. The return value is a struct_time

2025-01-10 15:47:30