chain

@accepts(RB.RhythmDBQueryModel, gboolean)
@returns(none)
def chain(base, import_entries)

Chains @model to @base. All changes made to the base model will be reflected in the child model, and all changes made to the child model will be passed on to the base model.

base :

the RB.RhythmDBQueryModel to chain it to

import_entries :

if True, copy all existing entries from @base to @model