For further clarification, C# has the ‘///’ directive which invokes the super-secret-styled Comments which allow you to have nice comments built into intellisense. Java has the ‘@’ directive that allows you to have nice comments as well.
Does Python have something like this? I hope this question is clear enough, thanks!
In python a docstring can be viewed via commands.
you can then view the docstring by using either
or