note in comments

master
Jan Petykiewicz 1 year ago committed by jan
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.
# 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