See screenshots. If I'm constructing a class or hovering over the name of a class with a custom __init__ method, I see the __init__ signature, which is really nice, but the -> None at the end confused me the first time I saw it, because I thought it was saying that the constructor call returned None. It would be nice if we could replace the None with the class name for display.
