File: example.py

package info (click to toggle)
sphinx-autoapi 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 900 kB
  • sloc: python: 5,146; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
__author__ = "swenson"

import math


def example_function(x):
    """Compute the square root of x and return it."""
    return math.sqrt(x)