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