You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphinx-autoapi/tests/python/pypackageexample/example/__init__.py

9 lines
126 B
Python

"""This is a docstring."""
from . import foo
def module_level_function(foo, bar):
"""A module level method"""
pass