(key)
| 2096 | targs = {} |
| 2097 | |
| 2098 | def make_target(key): |
| 2099 | a = np.empty((4, 4)) |
| 2100 | targs[key] = a |
| 2101 | return a |
| 2102 | |
| 2103 | # delayed calls to these targets |
| 2104 | atd = delayed(make_target)("at") |
nothing calls this directly
no test coverage detected
searching dependent graphs…