Pipe-operator does not support forward references
This commit is contained in:
parent
45081c2d31
commit
b4f36417fd
5 changed files with 21 additions and 21 deletions
|
|
@ -601,7 +601,7 @@ class Pattern(PortList, AnnotatableImpl, Mirrorable):
|
|||
Returns:
|
||||
self
|
||||
"""
|
||||
flattened: dict[str | None, 'Pattern' | None] = {}
|
||||
flattened: dict[str | None, 'Pattern | None'] = {}
|
||||
|
||||
# TODO both Library and Pattern have flatten()... pattern is in-place?
|
||||
def flatten_single(name: str | None) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue