예제 #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)