get_docstring
get_docstring(
obj ,
)-> ‘str’
Return an object’s docstring.
__doc__ is str | None on anything, but the callers here compose a documented function’s docstring into their own, so a missing one means the docstring was deleted, not that there is nothing to compose.