File: docstring_attributes_section.py

package info (click to toggle)
pytkdocs 0.16.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 784 kB
  • sloc: python: 4,621; makefile: 28; javascript: 13
file content (17 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"""
Let's describe some attributes.

:var A: Alpha.
:var B: Beta.
:vartype B: bytes
:var C: Gamma.
:var D: Delta.
:var E: Epsilon.
:vartype E: float
"""

A: int = 0
B: str = "ลง"
C: bool = True
D = 3.0
E = None