(rout)
| 759 | |
| 760 | |
| 761 | def getrestdoc(rout): |
| 762 | if 'f2pymultilines' not in rout: |
| 763 | return None |
| 764 | k = None |
| 765 | if rout['block'] == 'python module': |
| 766 | k = rout['block'], rout['name'] |
| 767 | return rout['f2pymultilines'].get(k, None) |
| 768 | |
| 769 | |
| 770 | def gentitle(name): |