repr updates

This commit is contained in:
Jan Petykiewicz 2023-10-07 01:50:22 -07:00 committed by jan
commit 8fe7b14f4b
3 changed files with 5 additions and 3 deletions

View file

@ -381,7 +381,7 @@ class Builder(PortList):
return self
def __repr__(self) -> str:
s = f'<Builder {self.pattern} >' # TODO maybe show lib and tools? in builder repr?
s = f'<Builder {self.pattern} L({len(self.library)})>'
return s