add missing arg
This commit is contained in:
parent
cc35ff802e
commit
082236b6fd
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ class Pattern:
|
|||
def subset(self,
|
||||
shapes_func: Callable[[Shape], bool]=None,
|
||||
subpatterns_func: Callable[[SubPattern], bool]=None,
|
||||
recursive: bool=False,
|
||||
) -> 'Pattern':
|
||||
"""
|
||||
Returns a Pattern containing only the shapes and subpatterns for which shapes_func or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue