mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
7 lines
112 B
Python
7 lines
112 B
Python
with (
|
|
CtxManager1() as example1,
|
|
CtxManager2() as example2,
|
|
CtxManager3() as example3,
|
|
):
|
|
pass
|