Open erlend-aasland opened 1 year ago
An alternative to this could be to compute the correct line number from within format_docstring().
OTOH, if we move the docstring formatting to the render step, it might not be that easy to get the correct line number anymore; perhaps the parsing state machine is the best place for it.
An alternative to this could be to compute the correct line number from within format_docstring().