Example #1
0
def fetch_option_parents(instances):
    return fetch_parents(OptionSet, instances)
Example #2
0
def fetch_question_parents(instances):
    return fetch_parents(QuestionSet, instances)
Example #3
0
def fetch_section_parents(instances):
    return fetch_parents(Catalog, instances)
Example #4
0
def fetch_questionset_parents(instances):
    return fetch_parents(Section, instances)
Example #5
0
def fetch_attribute_parents(instances):
    return fetch_parents(Attribute, instances)