There was an error while loading. Please reload this page.
1 parent 7e85d3c commit f2ac707Copy full SHA for f2ac707
1 file changed
src/dataclay/contrib/pycompss_dummy/eventMaster.py
@@ -0,0 +1,9 @@
1
+class EventMaster:
2
+ def __init__(self, *args, **kwargs):
3
+ pass
4
+
5
+ def __enter__(self):
6
+ return self
7
8
+ def __exit__(self, exc_type, exc, tb):
9
+ return False
0 commit comments