Skip to content

Commit

Permalink
Complete documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Jul 13, 2023
1 parent a893ebd commit 9af773b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyccel/codegen/compiling/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def __exit__(self, exc_type, value, traceback):

def release_lock(self):
"""
Unlock the file and its dependencies
Unlock the file and its dependencies.
Release the file locks for the file being compiled, all dependencies needed
to compile it and the target file which will be generated.
Expand Down
4 changes: 4 additions & 0 deletions pyccel/codegen/compiling/compilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@ def compile_shared_library(self, compile_obj, output_folder, verbose = False, sh
verbose : bool
Indicates whether additional output should be shown.
sharedlib_modname : str, optional
The name of the library that should be generated. If none is provided then it
defaults to matching the name of the file.
Returns
-------
str
Expand Down

0 comments on commit 9af773b

Please sign in to comment.