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'
     ])
Exemple #2
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'
     ])
Exemple #3
0
 def __str__(self):
     return class_string_instance(self, [
         'name', 'generation', 'modelName',
         'area', 'language', 'country',
         'actionHeader',
         'supportedSources',
         'supportedContents',
         'supportedFunctions'
     ])
 def __str__(self):
     return class_string_instance(self, ['url', 'info'])
 def __str__(self):
     return class_string_instance(self, ['name', 'source'])
 def __str__(self):
     return class_string_instance(self,
                                  ['newLines', 'name', 'type', 'value'])
 def __str__(self):
     return class_string_instance(self, [
         'name', 'generation', 'modelName', 'area', 'language', 'country',
         'actionHeader', 'supportedSources', 'supportedContents',
         'supportedFunctions'
     ])
Exemple #8
0
 def __str__(self):
     return class_string_instance(self, ['headerVersion', 'headerCode',
                                         'productId', 'product'])
Exemple #9
0
 def __str__(self):
     return class_string_instance(self, ['referrerId', 'features', 'iptv'])
 def __str__(self):
     return class_string_instance(
         self, ['headerVersion', 'headerCode', 'productId', 'product'])
 def __str__(self):
     return class_string_instance(self, ['referrerId', 'features', 'iptv'])
Exemple #12
0
 def __str__(self):
     return class_string_instance(self, ['url', 'info'])
Exemple #13
0
 def __str__(self):
     return class_string_instance(self, ['name', 'source'])
Exemple #14
0
 def __str__(self):
     return class_string_instance(self, ['newLines', 'name', 'type', 'value'])