Skip to content

Commit 1e6ebee

Browse files
authored
Update PythonVsRepyV2.md
Added "with" statement clarification
1 parent a150db8 commit 1e6ebee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Programming/PythonVsRepyV2.md

+5
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ if callfunc == "initialize":
112112
main()
113113
```
114114

115+
#### with
116+
Programs written in Python can use the `with` statement in combination
117+
with `__enter__` and `__exit__` methods. However, these constructs are
118+
not available in RepyV2.
119+
115120

116121

117122
## Python Modules

0 commit comments

Comments
 (0)