How to do dependency injection python-way?

Posted by Konstantin on Stack Overflow See other posts from Stack Overflow or by Konstantin
Published on 2010-04-27T15:23:53Z Indexed on 2010/04/27 16:03 UTC
Read the original article Hit count: 348

I've been reading a lot about python-way lately so my question is

How to do dependency injection python-way?

I am talking about usual scenarios when, for example, service A needs access to UserService for authorization checks.

© Stack Overflow or respective owner

Related posts about python

Related posts about dependency-injection