Term of the Moment

6G


Look Up Another Term


Definition: docstring


(DOCumentation STRING) A text description in the source code of a computer program that documents the routines. Docstrings are delimited with a pair of starting and ending symbols, which depending on the programming language may be " ", /* */ and """ """. See string.