Пример #1
0
 def configure(self, binder):
     binder.bind(ch.Person, to=ch.EvilPerson)
Пример #2
0
 def configure(self, binder):
     binder.bind(ch.Person, annotated_with='good', to=ch.GoodPerson)
Пример #3
0
 def configure(self, binder):
     binder.bind(ch.Person, annotated_with="good", to=ch.GoodPerson)
Пример #4
0
 def configure(self, binder):
     binder.bind(ch.Person, to=ch.EvilPerson)
Пример #5
0
 def configure(self, binder):
     binder.bind_scope(this.CustomScope, this.CustomScope())
     binder.bind(ch.Person, to=ch.EvilPerson)