test1.__init_subclass__() takes no keyword arguments

technical talkiess
0

 Ye wala error abstract class karne me use kiye galart parameter ki wajse se atta haio 

Jaab aap abc module ko apne base class me dalte ho taab 




TypeError: test1.__init_subclass__() takes no keyword arguments




Error line :- 


Class test(abstractmethod=ABc)


Solution :- 

Class test(ABC)

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)