add missing arg

This commit is contained in:
jan 2018-04-15 16:43:26 -07:00
parent cc35ff802e
commit 082236b6fd

View File

@ -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