(var)
| 71 | |
| 72 | |
| 73 | def _isstring(var): |
| 74 | return 'typespec' in var and var['typespec'] == 'character' and \ |
| 75 | not isexternal(var) |
| 76 | |
| 77 | |
| 78 | def ischaracter_or_characterarray(var): |
nothing calls this directly
no test coverage detected
searching dependent graphs…