(adjective)
| 560 | return grade(adjective, COMPARATIVE) |
| 561 | |
| 562 | def superlative(adjective): |
| 563 | return grade(adjective, SUPERLATIVE) |
| 564 | |
| 565 | #print comparative(u"schönes") |
| 566 | #print superlative(u"schönes") |
nothing calls this directly
no test coverage detected
searching dependent graphs…