note in comments

libcentric
Jan Petykiewicz 1 year ago
parent 7fc0902fe7
commit 0be7f9d42a

@ -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.
# LazyLibrary protects against library[ref.target] causing a circular lookup.
# 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,
skip_subcells: bool = True,
) -> Pattern:

Loading…
Cancel
Save