aeidon.project.ProjectMeta

Source: aeidon/project.py

Anchestors: builtins.type, builtins.object

class aeidon.project.ProjectMeta

Project metaclass with delegated methods added.

Public methods are added to the class dictionary during __new__() in order to fool Sphinx (and perhaps other API documentation generators) into thinking that the resulting instantiated class actually contains those methods, which it does not since the methods are removed during Project.__init__().