• Dylan Trotter's avatar
    Move some methods from Block -> ModuleBlock · e97a14ce
    Dylan Trotter authored
    Previously add_import(), add_native_import() and intern() were Block
    methods that delegated to the root ModuleBlock internally. Now that the
    ModuleBlock is accessible from any Block via the root attr, move those
    methods to ModuleBlock.
    e97a14ce
block.py 12.4 KB