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/pyskipexample/example/example.py

34 lines
366 B
Python

# -*- coding: utf-8 -*-
"""Example module
This is a description
"""
def foo():
"""foo doc"""
pass
class Bar:
"""bar doc"""
def m(self):
"""bar m doc"""
pass
class Baf:
"""baf doc"""
def m(self):
"""baf m doc"""
baz = 100
"""baz doc"""
anchor = "value"
"""must be in result document because not ignored"""