comment
This commit is contained in:
parent
2ed868ec25
commit
75821c4ff9
1 changed files with 2 additions and 0 deletions
|
|
@ -891,6 +891,8 @@ class LazyLibrary(ILibrary):
|
||||||
"""
|
"""
|
||||||
This class is usually used to create a library of Patterns by mapping names to
|
This class is usually used to create a library of Patterns by mapping names to
|
||||||
functions which generate or load the relevant `Pattern` object as-needed.
|
functions which generate or load the relevant `Pattern` object as-needed.
|
||||||
|
|
||||||
|
TODO: lots of stuff causes recursive loads (e.g. data_to_ports?). What should you avoid?
|
||||||
"""
|
"""
|
||||||
mapping: dict[str, Callable[[], 'Pattern']]
|
mapping: dict[str, Callable[[], 'Pattern']]
|
||||||
cache: dict[str, 'Pattern']
|
cache: dict[str, 'Pattern']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue