File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -289,15 +289,15 @@ information and bytecode opcode:
289289
290290### Field Definitions
291291
292- | Field | Type | Description |
293- | -------| ------| -------------|
294- | filename_idx | varint | Index into string table for file name |
295- | funcname_idx | varint | Index into string table for function name |
296- | lineno | zigzag varint | Start line number (-1 for synthetic frames) |
297- | end_lineno_delta | zigzag varint | Delta from lineno (end_lineno = lineno + delta) |
298- | column | zigzag varint | Start column offset in UTF-8 bytes (-1 if not available) |
299- | end_column_delta | zigzag varint | Delta from column (end_column = column + delta) |
300- | opcode | u8 | Python bytecode opcode (0-254) or 255 for None |
292+ | Field | Type | Description |
293+ | ------------------ | --------------- | --------------------------------------------- -------------|
294+ | filename_idx | varint | Index into string table for file name |
295+ | funcname_idx | varint | Index into string table for function name |
296+ | lineno | zigzag varint | Start line number (-1 for synthetic frames) |
297+ | end_lineno_delta | zigzag varint | Delta from lineno (end_lineno = lineno + delta) |
298+ | column | zigzag varint | Start column offset in UTF-8 bytes (-1 if not available) |
299+ | end_column_delta | zigzag varint | Delta from column (end_column = column + delta) |
300+ | opcode | u8 | Python bytecode opcode (0-254) or 255 for None |
301301
302302### Delta Encoding
303303
You can’t perform that action at this time.
0 commit comments