Tickets
Issues
# TODO: there may be a naming conflict with table names here:- Id: 841e981f63b928bfefe1fad052bfa44e
- Status: Open
- Initial commit: 98c55d835b0d5feb3bb1841299ef78813929b7ee
- Creation date: 2015-01-25 15:50:35
- Last changed: 2015-01-25 15:50:35
- Created by: Laurent Defert
- Last changed by: Laurent Defert
- File: dbannotate/main.py
# TODO: there may be a naming conflict with table names here:
fn_name, fn_lang, fn_code = function
print(fn_name)
html = FunctionFile('fn_%s.html' % fn_name)
functions.append((fn_name, len(fn_code.splitlines())))
html.render(*function)
History