hbutils.expression
Expression module for hbutils.
This module provides utilities for working with expressions, including native expression handling and evaluation capabilities. It exports all functionality from the native submodule.
The module includes:
Base expression classes and interfaces
Feature-based expression handling
General expression utilities
- Example::
>>> from hbutils.expression import * >>> # Use expression utilities