Beispiel #1
0
    def instantiate(self):
        """
        Instantiate as in return a instance of SurveyInstance for collected
        data.
        """
        from instance import SurveyInstance

        return SurveyInstance(self)
Beispiel #2
0
 def instantiate(self):
     from instance import SurveyInstance
     return SurveyInstance(self)