Skip to content

Commit 5dd3dcb

Browse files
committed
Add docstring for threads
1 parent f27efd1 commit 5dd3dcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/julia/options.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ def yes_no_etc(*etc):
113113
114114
min_optlevel: {0, 1, 2, 3}
115115
Lower bound on the optimization level.
116+
117+
threads: int or "auto"
118+
How many threads to use.
116119
"""
117120

118121

0 commit comments

Comments
 (0)