File: test_basic_overload_basic_.yml

package info (click to toggle)
python-sphinx-autodoc2 0.5.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,284 kB
  • sloc: python: 3,415; xml: 72; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (2)
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
- all: null
  doc: ''
  full_name: test
  imports:
  - - typing.overload
    - null
  type: module
- args: []
  doc: ''
  full_name: test.a
  range:
  - 4
  - 4
  return_annotation: str
  type: overload
- args:
  - - null
    - b
    - int
    - null
  doc: ''
  full_name: test.a
  range:
  - 6
  - 6
  return_annotation: str
  type: overload