en

Metaclass

UK
/ˈmɛtəˌklɑːs/
US
/ˈmɛtəˌklæs/
ru

Translation metaclass into russian

metaclass
Noun
raiting
UK
/ˈmɛtəˌklɑːs/
US
/ˈmɛtəˌklæs/
In Python, a metaclass is a class of a class that defines how a class behaves.
В Python метакласс — это класс класса, который определяет, как класс себя ведет.

Definitions

metaclass
Noun
raiting
UK
/ˈmɛtəˌklɑːs/
US
/ˈmɛtəˌklæs/
A class of classes that defines the behavior and structure of other classes in object-oriented programming.
In Python, a metaclass can be used to customize class creation and modify class attributes.