14 lines
154 B
Plaintext
14 lines
154 B
Plaintext
name: withStatement
|
|
phrase: with
|
|
insertionScope: statement
|
|
|
|
$0.wrapperPhrase: with
|
|
$0.wrapperScope: statement
|
|
---
|
|
|
|
language: python
|
|
-
|
|
with $1:
|
|
$0
|
|
---
|