Ejemplo n.º 1
0
 def has_real_attributes(self):
     return Attributes.hasRealAttributes(self)
Ejemplo n.º 2
0
 def has_numerical_attributes(self):
     return Attributes.hasIntegerAttributes(
         self) or Attributes.hasRealAttributes(self)
Ejemplo n.º 3
0
 def hasNumericalAttributes(self):
     return (Attributes.hasIntegerAttributes(self)
             or Attributes.hasRealAttributes(self))