File: example.py

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

This is a description
"""


class Foo:
    pass