Intermediate
Python
Q53 / 101
What is a Python metaclass?
Correct! Well done.
Incorrect.
The correct answer is B) The class of a class; controls how classes are created and behave
B
Correct Answer
The class of a class; controls how classes are created and behave
Explanation
Metaclasses (usually type subclasses) intercept class creation. They're used by frameworks like Django ORM to add dynamic behavior to model classes.
Progress
53/101