DEBSOURCES
Skip Quicknav
sources / sphinx-autoapi / 3.3.3-1 / tests / templateexample / example / example.py
12345678
__author__ = "swenson" import math def example_function(x): """Compute the square root of x and return it.""" return math.sqrt(x)