コード例 #1
0
 def test_json(self):
     jsondict = self.l.to_jsondict()
     l = lacp.from_jsondict(jsondict["lacp"])
     eq_(str(self.l), str(l))
コード例 #2
0
 def test_json(self):
     jsondict = self.l.to_jsondict()
     l = lacp.from_jsondict(jsondict['lacp'])
     eq_(str(self.l), str(l))