示例#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)