In docstring, how to give multiple parameters the same description (using EpyText tags)?
For IDEs where hovering over a function call displays help (e.g. PyCharm), rather than create multiple lines with the same description for multiple parameters … is there a way to simplify by tagging multiple parameters to use the same description?
In docstring, how to give multiple parameters the same description (using EpyText tags)?
For IDEs where hovering over a function call displays help (e.g. PyCharm), rather than create multiple lines with the same description for multiple parameters … is there a way to simplify by tagging multiple parameters to use the same description?
In docstring, how to give multiple parameters the same description (using EpyText tags)?
For IDEs where hovering over a function call displays help (e.g. PyCharm), rather than create multiple lines with the same description for multiple parameters … is there a way to simplify by tagging multiple parameters to use the same description?