Beispiel #1
0
 def setUp(self):
     self._encoder = FileDictionaryEncoder()
Beispiel #2
0
 def __init__(self):
     super(JSONEncoder, self).__init__()
     self._dict_encoder = FileDictionaryEncoder()