with statements

https://docs.python.org/3/library/stdtypes.html

INTRODUCTION

The 'with' statement supports the concept of a runtime context defined by a context manager.