Tickets

Issues

# TODO: there may be a naming conflict with table names here:


            # 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