StrLenField which value is printed as hexadecimal.
| 2018 | |
| 2019 | |
| 2020 | class XStrLenField(_XStrField, StrLenField): |
| 2021 | """ |
| 2022 | StrLenField which value is printed as hexadecimal. |
| 2023 | """ |
| 2024 | |
| 2025 | |
| 2026 | class XStrFixedLenField(_XStrField, StrFixedLenField): |
no outgoing calls
no test coverage detected