(item)
| 235 | """ |
| 236 | colors = ['k','y','m','c','b','g','r'] |
| 237 | def getkey(item): |
| 238 | return str(item.label) |
| 239 | dataForAllPlots.sort(key=getkey) |
| 240 | #for thisPlot in sorted(dataForAllPlots,key=getkey): |
| 241 | for thisPlot in sorted(dataForAllPlots,key=getkey): |
nothing calls this directly
no outgoing calls
no test coverage detected