(*objs)
| 323 | ch_obj = C() |
| 324 | |
| 325 | def assert_changed(*objs): |
| 326 | assert set(ch) == set(objs) |
| 327 | while ch: |
| 328 | ch.pop() |
| 329 | |
| 330 | fun1 = Function('void main(){$var1; $var2;}') |
| 331 | fun1._dependents[ch_obj] = None |
no outgoing calls
no test coverage detected
searching dependent graphs…