Skip to content

Commit

Permalink
turns AST into a universal container
Browse files Browse the repository at this point in the history
  • Loading branch information
huettenhain committed Sep 28, 2024
1 parent 22690fc commit b606610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions refinery/lib/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class _AST(metaclass=Singleton):
def __eq__(self, other): return True
def __ne__(self, other): return False
def __or__(self, other): return other
def __contains__(self, other): return True
def __repr__(self): return '*'


Expand Down

0 comments on commit b606610

Please sign in to comment.