Python3 Migrate
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
def await_dunder_future(self):
|
||||
yield
|
||||
value = self.get()
|
||||
return value
|
||||
|
||||
|
||||
async def await_keyword(val):
|
||||
return await val
|
||||
Reference in New Issue
Block a user