Function
_extra_deps
(func, *args, extras=None, **kwargs)
Source from the content-addressed store, hash-verified
| 603 | |
| 604 | @delayed |
| 605 | def _extra_deps(func, *args, extras=None, **kwargs): |
| 606 | return func(*args, **kwargs) |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…