示例#1
0
 def __str__(self):
     return class_string_instance(self, [
         'build', 'language', 'rating', 'ageRating', 'mpaaRating',
         'ratingCountry', 'blockUnrated', 'uiType', 'drmTypes',
         'configTypes', 'audioTypes', 'streamTypes', 'videoTypes',
         'containerTypes', 'displayTypes', 'metafileTypes', 'displayWidth',
         'displayHeight'
     ])
示例#2
0
文件: s2mtv.py 项目: fuzeman/PyIRCC
 def __str__(self):
     return class_string_instance(self, [
         'build', 'language',
         'rating', 'ageRating', 'mpaaRating', 'ratingCountry', 'blockUnrated',
         'uiType',
         'drmTypes', 'configTypes', 'audioTypes', 'streamTypes', 'videoTypes',
         'containerTypes', 'displayTypes', 'metafileTypes',
         'displayWidth', 'displayHeight'
     ])
示例#3
0
文件: unr.py 项目: fuzeman/PyIRCC
 def __str__(self):
     return class_string_instance(self, [
         'name', 'generation', 'modelName',
         'area', 'language', 'country',
         'actionHeader',
         'supportedSources',
         'supportedContents',
         'supportedFunctions'
     ])
示例#4
0
 def __str__(self):
     return class_string_instance(self, ['url', 'info'])
示例#5
0
 def __str__(self):
     return class_string_instance(self, ['name', 'source'])
示例#6
0
 def __str__(self):
     return class_string_instance(self,
                                  ['newLines', 'name', 'type', 'value'])
示例#7
0
 def __str__(self):
     return class_string_instance(self, [
         'name', 'generation', 'modelName', 'area', 'language', 'country',
         'actionHeader', 'supportedSources', 'supportedContents',
         'supportedFunctions'
     ])
示例#8
0
文件: s2mtv.py 项目: fuzeman/PyIRCC
 def __str__(self):
     return class_string_instance(self, ['headerVersion', 'headerCode',
                                         'productId', 'product'])
示例#9
0
文件: s2mtv.py 项目: fuzeman/PyIRCC
 def __str__(self):
     return class_string_instance(self, ['referrerId', 'features', 'iptv'])
示例#10
0
 def __str__(self):
     return class_string_instance(
         self, ['headerVersion', 'headerCode', 'productId', 'product'])
示例#11
0
 def __str__(self):
     return class_string_instance(self, ['referrerId', 'features', 'iptv'])
示例#12
0
文件: unr.py 项目: fuzeman/PyIRCC
 def __str__(self):
     return class_string_instance(self, ['url', 'info'])
示例#13
0
文件: unr.py 项目: fuzeman/PyIRCC
 def __str__(self):
     return class_string_instance(self, ['name', 'source'])
示例#14
0
文件: unr.py 项目: fuzeman/PyIRCC
 def __str__(self):
     return class_string_instance(self, ['newLines', 'name', 'type', 'value'])