|
Option C Tools
|
Functions | |
| process_data (source, target, verbose=False) | |
Purpose ------- Fixture demonstrating correct func = "..." pattern with a multi-line function signature. Responsibilities ---------------- - Provide a compliant example with a long def split across lines. Diagnostics ----------- Domain: TEST L2: lifecycle events L3: semantic details L4: deep tracing Contracts --------- Inputs: none Outputs: none
| multiline_sig.process_data | ( | source, | |
| target, | |||
| verbose = False ) |
Definition at line 31 of file multiline_sig.py.