Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python function docstring

def functionName():
    """
    This is a function docstring
    """
 
PREVIOUS NEXT
Tagged: #python #function #docstring
ADD COMMENT
Topic
Name
9+2 =