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
types.new_class()
  • References/Python/Python/Data Types

types.new_class(name, bases=(), kwds=None, exec_body=None) Creates a class object dynamically using the appropriate metaclass

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

bytes.rfind(sub[, start[, end]]) bytearray.rfind(sub[, start[, end]]) Return the highest index in the sequence where

2025-01-10 15:47:30
tkinter.tix.FileSelectBox
  • References/Python/Python/Tk

class tkinter.tix.FileSelectBox The

2025-01-10 15:47:30