Source code: Lib/typing.py This module provides runtime support for type hints. ... passes type checking user_a = get_user_name(UserId(42351)) # fails type ...
確定! 回上一頁