Exemplo n.º 1
0
 def __init__(self, messages):
     Template.__init__(self)
     self._messages = messages
Exemplo n.º 2
0
 def __init__(self, field, valueName):
     Template.__init__(self)
     self._valueName = valueName
Exemplo n.º 3
0
 def __init__(self, protocol):
     Template.__init__(self)
     self._protocol = protocol
Exemplo n.º 4
0
 def __init__(self, field, indent):
     Template.__init__(self)
     self._field = field
     self._indent = indent
Exemplo n.º 5
0
 def __init__(self, messages, format):
     Template.__init__(self)
     self._messages = messages
     self._format = format
     self._templates = {'json': TJsonDeserializers}
Exemplo n.º 6
0
 def __init__(self, protocol, format):
     Template.__init__(self)
     self._protocol = protocol
     self._format = format
Exemplo n.º 7
0
 def __init__(self, proto):
     Template.__init__(self)
     self._proto = proto
Exemplo n.º 8
0
 def __init__(self, message, indent):
     Template.__init__(self)
     self._message = message
     self._indent = indent
Exemplo n.º 9
0
 def __init__(self, message, field):
     Template.__init__(self)
     self._message = message
     self._field = field
Exemplo n.º 10
0
 def __init__(self, msg):
     Template.__init__(self, msg.get_name())
     self._msg = msg