|
Option C Tools
|
Functions | |
| my_function () | |
| another_func () | |
Purpose
-------
Test module.
Responsibilities
----------------
- Test func pattern.
Diagnostics
-----------
Domain: TEST
Levels:
L2 — lifecycle
L3 — semantic
L4 — tracing
Contracts
---------
- Functions with _dbg() must have func = "..." pattern.
| missing_func_pattern.another_func | ( | ) |
Another function.
Definition at line 36 of file missing_func_pattern.py.
| missing_func_pattern.my_function | ( | ) |
My function.
Definition at line 30 of file missing_func_pattern.py.