Rename all_ to not be private
This commit is contained in:
parent
1e27ab5293
commit
b11f2fa8ea
|
@ -143,7 +143,7 @@ index = lambda i: SemEdComb(SemEdComb.INDEX(i), f'index({i})')
|
|||
index_tup = lambda i: SemEdComb(SemEdComb.INDEX_TUP(i), f'index_tup({i})')
|
||||
first = SemEdComb(SemEdComb.FIRST, 'first')
|
||||
second = SemEdComb(SemEdComb.SECOND, 'second')
|
||||
_all = SemEdComb(SemEdComb.ALL, 'all')
|
||||
all_ = SemEdComb(SemEdComb.ALL, 'all')
|
||||
|
||||
# Tail call optimizing recursion
|
||||
@dataclass
|
||||
|
|
Loading…
Reference in a new issue