mirror of
				https://github.com/devine-dl/pywidevine.git
				synced 2025-11-04 03:44:50 +00:00 
			
		
		
		
	PSSH: Create a string representation
This commit is contained in:
		
							parent
							
								
									0e4275bd1e
								
							
						
					
					
						commit
						e31ba61302
					
				@ -99,6 +99,9 @@ class PSSH:
 | 
				
			|||||||
        self.__key_ids = box.key_IDs
 | 
					        self.__key_ids = box.key_IDs
 | 
				
			||||||
        self.init_data = box.init_data
 | 
					        self.init_data = box.init_data
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    def __repr__(self) -> str:
 | 
				
			||||||
 | 
					        return f"PSSH<{self.system_id}>(v{self.version}; {self.flags}, {self.key_ids}, {self.init_data})"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @classmethod
 | 
					    @classmethod
 | 
				
			||||||
    def new(
 | 
					    def new(
 | 
				
			||||||
        cls,
 | 
					        cls,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user