Exemplo n.º 1
0
 def __init__(self, data):
     Representation.__init__(self, Representation.MIME_APPLICATION_JSON,
                             data)
Exemplo n.º 2
0
 def __init__(self, data):
     Representation.__init__(self,Representation.MIME_TEXT_XML,data)
Exemplo n.º 3
0
 def __init__(self, data):
     Representation.__init__(self,Representation.MIME_APPLICATION_JSON,data)
Exemplo n.º 4
0
 def __init__(self, data):
     Representation.__init__(self, Representation.MIME_TEXT_XML, data)
Exemplo n.º 5
0
 def __init__(self, data):
     Representation.__init__(self, Representation.MIME_Application_JSON,
                             data)
Exemplo n.º 6
0
 def __init__(self, data):
     #EntityOgfJson.__init__(self,data)
     Representation.__init__(self,Representation.MIME_APPLICATION_JSON,data)
Exemplo n.º 7
0
 def __init__(self, data):
     Representation.__init__(self,Representation.MIME_Application_JSON,data)
Exemplo n.º 8
0
 def __init__(self, data):
     #EntityOgfJson.__init__(self,data)
     Representation.__init__(self, Representation.MIME_APPLICATION_JSON,
                             data)