pyre.patterns.AbstractMetaclass¶
Module Contents¶
-
class
pyre.patterns.AbstractMetaclass.AbstractMetaclass(name, bases, attributes, **kwds)¶ Bases:
typeThe base metaclass from which all pyre metaclasses derive.
The main raison d’être for this class is to lift the constraint that the signatures of the various metaclass hooks must absorb all arguments passed through {**kwds} before invoking their implementations in {type}.