Use type hints to inform PyCharm about the expected types of parameters, local variables, fields, or return values.
When the expected type is specified in a docstring or a type annotation, PyCharm provides code completion suggestions for the specific type:
