Type hints are an essential part of modern Python. ... my_function(request: Request) -> None: reveal_type(request) # Revealed type is "Any".
確定! 回上一頁