(file=file, lnum=[lnum], getline=linecache.getline)
| 1001 | return '%s %s\n' % (link, call) |
| 1002 | |
| 1003 | def linereader(file=file, lnum=[lnum], getline=linecache.getline): |
| 1004 | line = getline(file, lnum[0]) |
| 1005 | lnum[0] += 1 |
| 1006 | return line |
| 1007 | |
| 1008 | # Build the list of names on this line of code where the exception |
| 1009 | # occurred. |
nothing calls this directly
no outgoing calls
no test coverage detected