Example #1
0
 def get_terms(self):
     return eqn_helper.get_terms(self.phrase)
Example #2
0
 def init_terms(self):
     """Sets up the list of terms within the function"""
     terms = eqn_helper.get_terms(self.phrase)
     return terms