We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465ee03 commit 3bdc37fCopy full SHA for 3bdc37f
dataflows/processors/finalizer.py
@@ -0,0 +1,6 @@
1
+def finalizer(callback):
2
+ def func(package):
3
+ yield package.pkg
4
+ yield from package
5
+ callback()
6
+ return func
0 commit comments