note in comments
This commit is contained in:
parent
f8b5cec340
commit
7a8a3ef3c7
@ -56,7 +56,7 @@ def data_to_ports(
|
|||||||
pattern: Pattern, # Pattern is good since we don't want to do library[name] to avoid infinite recursion.
|
pattern: Pattern, # Pattern is good since we don't want to do library[name] to avoid infinite recursion.
|
||||||
# LazyLibrary protects against library[ref.target] causing a circular lookup.
|
# LazyLibrary protects against library[ref.target] causing a circular lookup.
|
||||||
# For others, maybe check for cycles up front? TODO
|
# For others, maybe check for cycles up front? TODO
|
||||||
name: Optional[str] = None,
|
name: Optional[str] = None, # Note: name optional, but arg order different from read(postprocess=)
|
||||||
max_depth: int = 999_999,
|
max_depth: int = 999_999,
|
||||||
skip_subcells: bool = True,
|
skip_subcells: bool = True,
|
||||||
) -> Pattern:
|
) -> Pattern:
|
||||||
|
Loading…
Reference in New Issue
Block a user