AsyncWith
class AsyncWith(var pyObject: PyObject) : Python.AST.BaseStmt, Python.AST.NormalOrAsyncWith, Python.AST.IsAsync
ast.AsyncWith = class AsyncWith(stmt)
| AsyncWith(withitem* items, stmt* body, string? type_comment)
Content copied to clipboard