Files
python-bpf/pythonbpf/expr/__init__.py
2025-10-10 13:48:40 +05:30

5 lines
205 B
Python

from .expr_pass import eval_expr, handle_expr
from .type_normalization import convert_to_bool, get_base_type_and_depth
__all__ = ["eval_expr", "handle_expr", "convert_to_bool", "get_base_type_and_depth"]