示例#1
0
 def __eq__(self, other: Any) -> Any:
     # Allow comparing to compound and bound-compound objects.
     from efro.entity.util import compound_eq
     return compound_eq(self, other)
示例#2
0
 def __eq__(self, other: Any) -> Any:
     # Allow comparing to compound and bound-compound objects.
     return compound_eq(self, other)