decode_Port

Overview

decode_Port is a class in Aspose.Font FOSS for Python.

This class provides 4 methods for working with decode_Port objects in Python programs. Available methods include: BROTLI_DCHECK, PREDICT_FALSE, PREDICT_TRUE, __init__. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.

Methods

SignatureDescription
__init__()Calls init on this decode_Port instance.
PREDICT_FALSE(x)andPREDICT_TRUE(x)` are hint macros used to improve branch prediction in performance‑critical sections of the Brotli decoder
PREDICT_TRUE(x)Calls PREDICT_TRUE on this decode_Port instance.
BROTLI_DCHECK(x)Asserts that x holds true in debug builds, otherwise triggers a check failure

See Also