コード例 #1
0
ファイル: test_injector.py プロジェクト: rassilon/snake-guice
 def configure(self, binder):
     binder.bind_scope(this.CustomScope, 4)
コード例 #2
0
ファイル: test_injector.py プロジェクト: rassilon/snake-guice
 def configure(self, binder):
     binder.bind_scope(this.CustomScope, this.CustomScope())
     binder.bind(ch.Person, to=ch.EvilPerson)
コード例 #3
0
ファイル: test_injector.py プロジェクト: rassilon/snake-guice
 def configure(self, binder):
     binder.bind_scope(4, 5)