We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6001fe4 + a84d430 commit aee003aCopy full SHA for aee003a
1 file changed
Week05/awaitme_turhan_gunduzoglu.py
@@ -0,0 +1,5 @@
1
+def awaitme(func):
2
+ async def init(*args,**kwargs):
3
+ res = func(*args,**kwargs)
4
+ return res
5
+ return init
0 commit comments