ImportAll.jl

@importall(package) macro for Julia
Author NTimmons
Popularity
6 Stars
Updated Last
2 Years Ago
Started In
November 2018

ImportAll.jl

Build Statuscodecov

The ImportAll.jl package provides the @importall macro to replace the importall command from Julia 0.6, which was removed in Julia 1.0.

Tutorial

using ImportAll
@importall(Base)

This will import every function in Base.

This is generally not a good thing to do but is sometimes necessary.

Required Packages

No packages found.

Used By Packages