repr updates
This commit is contained in:
parent
086d07a82d
commit
8fe7b14f4b
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue