encode_hash_Hashers
Overview
encode_hash_Hashers is a class in Aspose.Font FOSS for Python.
This class provides 5 methods for working with encode_hash_Hashers objects in Python programs.
Available methods include: Init, PrependCustomDictionary, WarmupHashHashLongestMatch, WarmupHashHashLongestMatchQuickly, __init__.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: hash_h1, hash_h2, hash_h3, hash_h4, hash_h5, hash_h6, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
hash_h9 | `` | Read | Gets the hash h9. |
hash_h8 | `` | Read | Gets the hash h8. |
hash_h7 | `` | Read | Gets the hash h7. |
hash_h6 | `` | Read | Gets the hash h6. |
hash_h5 | `` | Read | Gets the hash h5. |
hash_h4 | `` | Read | Gets the hash h4. |
hash_h3 | `` | Read | Gets the hash h3. |
hash_h2 | `` | Read | Gets the hash h2. |
hash_h1 | `` | Read | Gets the hash h1. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this encode_hash_Hashers instance. |
Init(_hx_type) | Initializes the hasher with the given _hx_type |
WarmupHashHashLongestMatchQuickly(size, _hx_dict, hasher) | Pre‑warms hash data for fast longest‑match lookup |
WarmupHashHashLongestMatch(size, _hx_dict, hasher) | Calls WarmupHashHashLongestMatch on this encode_hash_Hashers instance. |
PrependCustomDictionary(_hx_type, size, _hx_dict) | Inserts a custom dictionary before the default one |