Пример #1
0
 def test_cleanup(self):
     model_name = 'modelname'
     
     model = Model(model_name, lambda x:x)
     model.cleanup()
Пример #2
0
 def test_cleanup(self):
     model_name = 'modelname'
     
     model = Model(model_name, lambda x:x)
     model.cleanup()