AsyncWith¶ class astroid.nodes.AsyncWith(lineno: int | None = None, col_offset: int | None = None, parent: NodeNG | None = None, *, end_lineno: int | None = None, end_col_offset: int | None = None)[source]¶ Bases: With Asynchronous with built with the async keyword.