(dst)
| 129 | dst.write(' */'+ '\n') |
| 130 | |
| 131 | def WriteNote(dst): |
| 132 | dst.write('// Note:' + '\n') |
| 133 | dst.write('// ' + 'The codebase is generated using {}'.format(os.path.basename(__file__)) + '\n') |
| 134 | dst.write('// ' + 'You may need to modify the code manually to fit development needs' + '\n') |
| 135 | |
| 136 | |
| 137 | def FuncNameByNid(nid): |
no test coverage detected