示例#1
0
 def __init__(self, data):
     Representation.__init__(self, Representation.MIME_APPLICATION_JSON,
                             data)
示例#2
0
 def __init__(self, data):
     Representation.__init__(self,Representation.MIME_TEXT_XML,data)
示例#3
0
 def __init__(self, data):
     Representation.__init__(self,Representation.MIME_APPLICATION_JSON,data)
示例#4
0
 def __init__(self, data):
     Representation.__init__(self, Representation.MIME_TEXT_XML, data)
示例#5
0
文件: ipfinfo.py 项目: sdschpc/ipf
 def __init__(self, data):
     Representation.__init__(self, Representation.MIME_Application_JSON,
                             data)
示例#6
0
 def __init__(self, data):
     #EntityOgfJson.__init__(self,data)
     Representation.__init__(self,Representation.MIME_APPLICATION_JSON,data)
示例#7
0
 def __init__(self, data):
     Representation.__init__(self,Representation.MIME_Application_JSON,data)
示例#8
0
 def __init__(self, data):
     #EntityOgfJson.__init__(self,data)
     Representation.__init__(self, Representation.MIME_APPLICATION_JSON,
                             data)