Skip to content

Commit

Permalink
Modified __repr__ of FIREWordSlice
Browse files Browse the repository at this point in the history
  • Loading branch information
kduxin committed Oct 17, 2022
1 parent 4d82553 commit 2789fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firelang/models/word.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def __matmul__(self, other: FIREWordSlice):

def __repr__(self):
return (
f"<(func={self.funcs.__class__.__name__}, "
f"measure={self.measures.__class__.__name__}), "
f"<(funcs={self.funcs.__class__.__name__}, "
f"measures={self.measures.__class__.__name__}), "
f"stack_size={len(self.measures)}>"
)

0 comments on commit 2789fd3

Please sign in to comment.