I found that code in some work project:
async def process(self, *_, **__):
await process_something()
Can you share some link or some info about this syntax in python?
I found that code in some work project:
async def process(self, *_, **__):
await process_something()
Can you share some link or some info about this syntax in python?