1. 首页
  2. 移动开发
  3. 其他
  4. dependable:从FastAPI中提取的依赖项注入系统 源码

dependable:从FastAPI中提取的依赖项注入系统 源码

上传者: 2021-04-08 13:59:39上传 ZIP文件 38.18KB 热度 8次
可信 从fastapi提取依赖注入系统 import asyncio from random import random from dependable import dependant , Depends @ dependant async def main (*, choice : int = Depends ( random )) -> None : print ( choice ) asyncio . run ( main ()) 更多 安装 poetry add dependable # pip install dependable Python 3.6 需要和 poetry add async-exit-stack async_generator # pip install async-exit-stack async_generator 发展 docke
用户评论