Exemplo n.º 1
0
 def is_linear(self):
     if self.refers_others:
         return False
     return Equations.is_linear(self)
Exemplo n.º 2
0
 def is_linear(self):
     if self.refers_others:
         return False
     return Equations.is_linear(self)