what's meta class in django (python) | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

what's meta class in django (python)

what's meta class in django (python)

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