[BangPypers] Resolving dependancies

SHASHANKA SONA shashankasona at gmail.com
Thu Dec 5 12:21:55 CET 2013


Hi ,

      I have a situation where i have 3(ex: Class1, Class2, Class3) classes
inheriting from a base class(ex: Base_class). Each of 3 classes has
run_check() method checking something. Check in Class1.run_check() should
execute if Class3.run_check() is successful. Check in Class2.run_check()
should execute if Class3.run_check() is successful.

       Now i need a framework to handle this kind of dependency. Any
suggestion?

Thanks,
S Sona


More information about the BangPypers mailing list