Docstrings are provided for functions like interrogator(), editor() and plotter(), but these are no longer the preferred way to access their functionality. Instead, the method approach of corpus.interrogate() or interrogation.edit() is now used. Is there a way, I wonder, to auto-migrate the docstrings? Or should they be swapped out from the functions and put into the methods?
Docstrings are provided for functions like
interrogator()
,editor()
andplotter()
, but these are no longer the preferred way to access their functionality. Instead, the method approach ofcorpus.interrogate()
orinterrogation.edit()
is now used. Is there a way, I wonder, to auto-migrate the docstrings? Or should they be swapped out from the functions and put into the methods?