File: test_package.yml

package info (click to toggle)
python-sphinx-autodoc2 0.5.0-6
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,268 kB
  • sloc: python: 3,407; xml: 72; makefile: 9
file content (36 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
a:
- all: null
  doc: ''
  full_name: test.a
  type: module
- annotation: str
  doc: ''
  full_name: test.a.a
  range:
  - 1
  - 1
  type: data
  value: Hello World
b:
- all: null
  doc: ''
  full_name: test.b
  imports:
  - - test.a.a
    - null
  - - test.a.a
    - x
  type: module
- annotation: str
  doc: ''
  full_name: test.b.b
  range:
  - 3
  - 3
  type: data
  value: null
init:
- all: null
  doc: Docstring
  full_name: test
  type: package