Menu

pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class caravel.validation.MetaRegister(name, bases, attrs)[source]ΒΆ

Simple Python metaclass registry pattern.

Allocation.

Parameters:

name : str

the name of the class.

bases : tuple

the base classes.

attrs:

the attributes defined for the class.

Follow us

© 2025, Antoine Grigis