pi_portal.modules.metaclasses.post_init_caller.MetaPostInitCaller

class pi_portal.modules.metaclasses.post_init_caller.MetaPostInitCaller[source]

Bases: type

Metaclass that calls __post_init__ after being initialized.

__init__(*args, **kwargs)
mro()

Return a type’s method resolution order.