File: __init__.py

package info (click to toggle)
sphinx-autoapi 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 900 kB
  • sloc: python: 5,146; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
"""
This heading will be removed
============================
"""

from .subpackage import public_chain
from .subpackage.submodule import public_multiple_imports


def module_level_function(foo, bar):
    """A module level method"""
    pass