I was writing a comment inside the function and my IDE autocompleted it like this:
async def some_func():
    """
    :return:
    """
What is this :return: used for and where can I read more about this?
I was writing a comment inside the function and my IDE autocompleted it like this:
async def some_func():
    """
    :return:
    """
What is this :return: used for and where can I read more about this?
