limit number of arguments on more functions

This commit is contained in:
Jan Petykiewicz 2020-09-10 20:47:00 -07:00
commit ffa6c7a16c
3 changed files with 4 additions and 2 deletions

View file

@ -54,6 +54,7 @@ def build(patterns: Union[Pattern, List[Pattern]],
meters_per_unit: float,
logical_units_per_unit: float = 1,
library_name: str = 'masque-gdsii-write',
*,
modify_originals: bool = False,
disambiguate_func: Callable[[Iterable[Pattern]], None] = None,
) -> gdsii.library.Library: