Nelze vybrat více než 25 témat
			Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 1234567891011 | 
							- from tests.integration_tests.utils.parent_class import ParentClass
 - 
 - 
 - class LazyLoadChildClass(ParentClass):
 -     """Test lazy load child class for module import helper tests"""
 - 
 -     def __init__(self, name):
 -         super().__init__(name)
 - 
 -     def get_name(self):
 -         return self.name
 
 
  |