Пример #1
0
 def test_as_dict(self):
     Substitutor.from_dict(self.s.as_dict())
Пример #2
0
 def test_as_dict(self):
     Substitutor.from_dict(self.s.as_dict())
Пример #3
0
 def test_to_dict(self):
     Substitutor.from_dict(self.s.to_dict)
 def test_to_dict(self):
     Substitutor.from_dict(self.s.to_dict)