what's meta class in django (python) | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

what's meta class in django (python)

what's meta class in django (python)

17th Aug 2019, 8:03 PM
kokito
1 Antwort
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