Skip to main content

DummyContext

This class provides a minimal implementation of the context manager protocol that performs no actions upon entry or exit. It is primarily used as a placeholder or no-op context manager in situations where a functional context manager is optional or not required.

Constructor

Signature

def DummyContext() - > null