Information AboutDocstring |
|
Among languages that support docstrings are Python and Lisp . In Lisp, docstrings are known as documentation strings. The Common Lisp standard states that a particular implementation may choose to discard docstrings whenever they want, for whatever reason. When they are kept, docstrings may be viewed (and changed) using the DOCUMENTATION function. TOOLS USING DOCSTRINGS SEE ALSO EXTERNAL LINKS
|
|
|