Pluggable Weighing support
Bases: object
Base class for pluggable weighers.
Weigh multiple objects. Override in a subclass if you need need access to all objects in order to manipulate weights.
Bases: nova.loadables.BaseLoader
Return a sorted (highest score first) list of WeighedObjects.
alias of WeighedObject
Bases: object
Object with weight information.