unittest.mock.patch.dict()
  • References/Python/Python/Development Tools

patch.dict(in_dict, values=(), clear=False, **kwargs) Patch a dictionary, or dictionary like object, and restore the dictionary

2025-01-10 15:47:30
turtle.backward()
  • References/Python/Python/Frameworks

turtle.backward(distance)

2025-01-10 15:47:30
unittest.TestCase.assertIs()
  • References/Python/Python/Development Tools

assertIs(first, second, msg=None) assertIsNot(first, second, msg=None) Test that first and second

2025-01-10 15:47:30
unittest.mock.patch.stopall()
  • References/Python/Python/Development Tools

patch.stopall() Stop all active patches. Only stops patches started with start.

2025-01-10 15:47:30
types.BuiltinFunctionType
  • References/Python/Python/Data Types

types.BuiltinFunctionType types.BuiltinMethodType The type of built-in functions like

2025-01-10 15:47:30
selectors.SelectorKey.events
  • References/Python/Python/Inputouput

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

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

class tkinter.tix.Tree The

2025-01-10 15:47:30
zipimport.zipimporter.get_source()
  • References/Python/Python/Importing

get_source(fullname) Return the source code for the specified module. Raise ZipImportError if the module couldn’t

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

importlib.find_loader(name, path=None) Find the loader for a module, optionally within the specified path. If the module

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

operator.gt(a, b) operator.__lt__(a, b) operator.__le__(a, b) operator

2025-01-10 15:47:30