class ContextManager: def __enter__(self, context): # [unexpected-special-method-signature] pass def __exit__(self, type): # [unexpected-special-method-signature] pass