Skip to content

Commit 15029da

Browse files
rfourquetjohanmon
authored andcommitted
add docstring for Base.load_path() (JuliaLang#40582)
1 parent bb4a059 commit 15029da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

base/initdefs.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,12 @@ function active_project(search_load_path::Bool=true)
307307
end
308308
end
309309

310+
"""
311+
load_path()
312+
313+
Return the fully expanded value of [`LOAD_PATH`](@ref) that is searched for projects and
314+
packages.
315+
"""
310316
function load_path()
311317
paths = String[]
312318
for env in LOAD_PATH

0 commit comments

Comments
 (0)