예제 #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'])