💾 Archived View for tris.fyi › pydoc › unittest.signals captured on 2023-04-26 at 13:36:49. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

Back to module index

Go to module by name

unittest

unittest.signals

This module has no docstring.

Functions

installHandler

installHandler()

registerResult

registerResult(result)

removeHandler

removeHandler(method=None)

removeResult

removeResult(result)

wraps

wraps(wrapped, assigned=('__module__', '__name__', '__qualname__', '__doc__', '__annotations__'), updated=('__dict__',))

  Decorator factory to apply update_wrapper() to a wrapper function

         Returns a decorator that invokes update_wrapper() with the decorated
         function as the wrapper argument and the arguments to wraps() as the
         remaining arguments. Default arguments are as for update_wrapper().
         This is a convenience function to simplify applying partial() to
         update_wrapper().
    

Modules

signal

weakref