| 1501 | |
| 1502 | @dataclass |
| 1503 | class _Subsection: |
| 1504 | title: str |
| 1505 | description: str = None |
| 1506 | |
| 1507 | |
| 1508 | # Definition of all rcParams. This is currently only used to generate the documentation. |
no outgoing calls
no test coverage detected
searching dependent graphs…