curses.ungetch()
  • References/Python/Python/Operating System

curses.ungetch(ch) Push ch so the next getch() will return it.

2025-01-10 15:47:30
locale.format_string()
  • References/Python/Python/Internationalization

locale.format_string(format, val, grouping=False) Processes formatting specifiers as in format % val, but takes

2025-01-10 15:47:30
memoryview.f_contiguous
  • References/Python/Python/Built-in Types

f_contiguous A bool indicating whether the memory is Fortran contiguous.

2025-01-10 15:47:30
email.policy.Policy.handle_defect()
  • References/Python/Python/Internet Data

handle_defect(obj, defect) Handle a defect found on obj. When the email package calls this method, defect

2025-01-10 15:47:30
operator.xor()
  • References/Python/Python/Functional Programming

operator.xor(a, b) operator.__xor__(a, b) Return the bitwise exclusive or of a and b.

2025-01-10 15:47:30
syslog.closelog()
  • References/Python/Python/Unix

syslog.closelog() Reset the syslog module values and call the system library closelog(). This

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

tell() Return the current stream position.

2025-01-10 15:47:30
importlib.abc.SourceLoader.get_source()
  • References/Python/Python/Importing

get_source(fullname) Concrete implementation of InspectLoader.get_source().

2025-01-10 15:47:30
BrokenPipeError
  • References/Python/Python/Built-in Exceptions

exception BrokenPipeError A subclass of ConnectionError, raised when trying to write on a pipe while the other

2025-01-10 15:47:30
multiprocessing.managers.SyncManager.RLock()
  • References/Python/Python/Concurrent Execution

RLock() Create a shared

2025-01-10 15:47:30