文件名称:jadi:简约的DI容器
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-21 03:17:28
python ioc di Python
贾迪 适用于Python的简约IoC import os import subprocess from jadi import service , component , interface , Context # @services are singletons within their Context @ service class FooService ( object ): def __init__ ( self , context ): self . context = context def do_foo ( self ): BarManager . any ( self . context ). do_bar () @ interface class BarManager ( object ): def __init
【文件预览】:
jadi-master
----tests.py(1KB)
----requirements.txt(0B)
----.travis.yml(203B)
----LICENSE(7KB)
----setup.py(302B)
----README.md(2KB)
----Makefile(164B)
----jadi()
--------__init__.py(167B)
--------jadi.py(4KB)
--------common.py(187B)
----.gitignore(710B)