selectors.SelectorKey.events
  • References/Python/Python/Inputouput

events Events that must be waited for on this file object.

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

Barrier(parties[, action[, timeout]]) Create a shared

2025-01-10 15:47:30
stringprep.in_table_c3()
  • References/Python/Python/Text Processing

stringprep.in_table_c3(code) Determine whether code is in tableC.3 (Private use).

2025-01-10 15:47:30
unittest.mock.MagicMock
  • References/Python/Python/Development Tools

class unittest.mock.MagicMock(*args, **kw) MagicMock is a subclass of Mock with default implementations

2025-01-10 15:47:30
winreg.EnableReflectionKey()
  • References/Python/Python/MS Windows

winreg.EnableReflectionKey(key) Restores registry reflection for the specified disabled key. key

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.EndDoctypeDeclHandler()
  • References/Python/Python/Structured Markup

xmlparser.EndDoctypeDeclHandler() Called when Expat is done parsing the document type declaration. This requires Expat version

2025-01-10 15:47:30
socket.socket.settimeout()
  • References/Python/Python/Networking

socket.settimeout(value) Set a timeout on blocking socket operations. The value argument can be a nonnegative floating

2025-01-10 15:47:30
threading.Timer.cancel()
  • References/Python/Python/Concurrent Execution

cancel() Stop the timer, and cancel the execution of the timer’s action. This will only work if the timer is still in its waiting

2025-01-10 15:47:30
sys.meta_path
  • References/Python/Python/Runtime

sys.meta_path A list of meta path finder objects that have their

2025-01-10 15:47:30
bytes.splitlines()
  • References/Python/Python/Built-in Types

bytes.splitlines(keepends=False) bytearray.splitlines(keepends=False) Return a list of the lines in the binary sequence

2025-01-10 15:47:30