ape.infrastructure.ryemother.RyeMother.__call__

RyeMother.__call__(parent=None, group=None, name=None, modulename=None, keyfunction=None)

The main interface

Param:
  • parent: parent class whose children to gather
  • group: [<group.name>] entry from setup.py entry_points
  • name: name given in the entry_point
  • modulename: name of a module (if this is given, group and name will be ignored)
  • keyfunction: function to transform the keys of the dict
Returns:

dict of name:class definition

Navigation