Option C Tools
Loading...
Searching...
No Matches
header_below_docstring.py
Go to the documentation of this file.
1#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3# oct/tests/tests_linter/fixtures/header_below_docstring.py
4
5"""
6Purpose
7-------
8Header below docstring.
9
10Responsibilities
11----------------
12Trigger header fix.
13
14Diagnostics
15-----------
16Domain: TEST
17Levels:
18 L2 — lifecycle
19 L3 — semantic details
20 L4 — deep tracing
21
22Contracts
23---------
24- Used only for linter tests
25"""
26
27#!/usr/bin/env python3
28# -*- coding: utf-8 -*-
29# tests_linter/fixtures/header_below_docstring.py