what's meta class in django (python) | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 2

what's meta class in django (python)

what's meta class in django (python)

17th Aug 2019, 8:03 PM
kokito
1 Odpowiedź
0
Metaclasses in python. A metaclass is a class that isn't used to create new objects but new types. All the normal classes inherits from 'object', while meta ones inherits from 'type'. https://code.sololearn.com/cZ7qo3Z00J83/?ref=app
27th Aug 2019, 6:56 AM
Théophile
Théophile - avatar