File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -553,26 +553,6 @@ def clone(self, **kwargs):
553553 cp .tag = copy (self .tag )
554554 return cp
555555
556- def __lt__ (self , other ):
557- raise NotImplementedError (
558- "Subclasses of Variable must provide __lt__" , self .__class__ .__name__
559- )
560-
561- def __le__ (self , other ):
562- raise NotImplementedError (
563- "Subclasses of Variable must provide __le__" , self .__class__ .__name__
564- )
565-
566- def __gt__ (self , other ):
567- raise NotImplementedError (
568- "Subclasses of Variable must provide __gt__" , self .__class__ .__name__
569- )
570-
571- def __ge__ (self , other ):
572- raise NotImplementedError (
573- "Subclasses of Variable must provide __ge__" , self .__class__ .__name__
574- )
575-
576556 def get_parents (self ):
577557 if self .owner is not None :
578558 return [self .owner ]
You can’t perform that action at this time.
0 commit comments