Function
_extra_deps
(func, *args, extras=None, **kwargs)
Source from the content-addressed store, hash-verified
| 606 | |
| 607 | @delayed |
| 608 | def _extra_deps(func, *args, extras=None, **kwargs): |
| 609 | return func(*args, **kwargs) |
Tested by
no test coverage detected