Maksim Levental aed73d2afe
[MLIR][Python] hide globals in ir.py (#162339)
We're shadowing the Python builtin function `globals` in `ir.py` and
therefore anywhere someone does `from mlir.ir import *`. So hide it.
2025-10-07 12:23:53 -07:00
..