File: ref_import_multiple.txt

package info (click to toggle)
python-sphinx-codeautolink 0.17.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 936 kB
  • sloc: python: 2,818; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
test_project
Foo
bar
test_project
Foo
bar
# split
# split
Test project
============

.. code:: python

   from test_project import Foo, bar
   from test_project import Foo as F, bar as b

.. automodule:: test_project