(index: int, count: int)
| 85 | |
| 86 | |
| 87 | def serializer_offset(index: int, count: int) -> float: |
| 88 | return (index - (count - 1) / 2) * GROUP_OFFSET_STEP |
| 89 | |
| 90 | |
| 91 | def set_grouped_operation_axis(ax, labels=("Serialize", "Deserialize")) -> None: |
no outgoing calls
no test coverage detected