I keep seeing functions like
async def coro(self, a, b, /) -> None:
...
What does the / at the end mean?
I've googled "/" in python, "/" in function parameters in python and a few other things and i just cant find an answer, so what does it do?