In the following example, you'll see how to implement it: chapter5_function_dependency_03.py async def get_post_or_404(id: int) -> Post: try: return ...
確定! 回上一頁