Open smarie opened 3 years ago
This could rely on partial(f) if deep=False,
partial(f)
deep=False
For deep=True we should rely on one of the recipes here:
deep=True
This could rely on
partial(f)
ifdeep=False
,For
deep=True
we should rely on one of the recipes here: