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

7 lines
96 B
Python

from . import foo
def module_level_method(foo, bar):
"""A module level method"""
pass