示例#1
0
def get_survey_allocation(interviewer):
    return SurveyAllocation.get_allocation_details(interviewer)
示例#2
0
 def survey_allocation(self):
     return SurveyAllocation.get_allocation_details(self.interviewer)
示例#3
0
def get_survey_allocation(interviewer):
    '''Just helper function to put additional layer of abstraction to allocation retrival
    @param: interviewer. Interviewer to which to get survey allocation
    '''
    return SurveyAllocation.get_allocation_details(interviewer)
示例#4
0
def get_survey_allocation(interviewer):
    return SurveyAllocation.get_allocation_details(interviewer)