analyse_python.mark_code_row
convert.analyse_python.mark_code_row(row_num, stripped, state)Record first code row and magic metadata.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| row_num | int | Zero-based row index in the full document. | required |
| stripped | str | The line content with leading whitespace removed. | required |
| state | dict | Mutable analysis state for the current block. | required |