pugsql icon indicating copy to clipboard operation
pugsql copied to clipboard

Support :doc

Open mcfunley opened this issue 5 years ago • 0 comments

HugSQL supports :doc, e.g.

-- :name foo
-- :doc This string documents the resulting function
select 1;

Ideally we'd support this and it'd be displayed when using help() in a Python repl. It might not be possible to do that, but we could at least include it in the output of str(module.foobar).

mcfunley avatar Jun 23 '19 19:06 mcfunley