Exemple #1
0
 def test(fh):
     o = Facade( cls=CallsServiceInInit )
     result = o.nested_init().methoda()
     fh.write(str(result == 'a'))
     fh.close()
     os._exit(0)
 def test(fh):
     o = Facade(cls=CallsServiceInInit)
     result = o.nested_init().methoda()
     fh.write(str(result == 'a'))
     fh.close()
     os._exit(0)