(rout)
| 288 | |
| 289 | |
| 290 | def issubroutine_wrap(rout): |
| 291 | if isintent_c(rout): |
| 292 | return 0 |
| 293 | return issubroutine(rout) and hasassumedshape(rout) |
| 294 | |
| 295 | def isattr_value(var): |
| 296 | return 'value' in var.get('attrspec', []) |
no test coverage detected
searching dependent graphs…