Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numba / macro.py
Size: Mime:
"""
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