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