Repository URL to install this package:
|
Version:
0.36.2 ▾
|
numba
/
macro.py
|
|---|
"""
Macro handling.
Macros are expanded on block-by-block
"""
from __future__ import absolute_import, print_function, division
# Expose the Macro object from the corresponding IR rewrite pass
from .rewrites.macros import Macro