File: test_basic_class_inherited_with_docstring_.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 (37 lines) | stat: -rw-r--r-- 483 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
37
- all: null
  doc: ''
  full_name: test
  type: module
- bases: []
  doc: Docstring
  full_name: test.A
  range:
  - 1
  - 4
  type: class
- args: []
  doc: ''
  full_name: test.A.a
  range:
  - 4
  - 4
  return_annotation: str
  type: method
- bases:
  - test.A
  doc: Docstring
  doc_inherited: test.A
  full_name: test.B
  range:
  - 5
  - 5
  type: class
- args: []
  doc: ''
  full_name: test.B.a
  inherited: test.A
  range:
  - 4
  - 4
  return_annotation: str
  type: method