I am new to Python. When I use VS Code to type a __init__ function, it auto-supplies some text like below.
def __init__(self, ...) -> None:
I am not exactly sure what -> None means here after some searching.
I am new to Python. When I use VS Code to type a __init__ function, it auto-supplies some text like below.
def __init__(self, ...) -> None:
I am not exactly sure what -> None means here after some searching.