Skip to content

Commit

Permalink
Merged in docs (pull request NeurodataWithoutBorders#38)
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
ajtritt committed May 9, 2017
2 parents 2dc5eb8 + c473c95 commit aa7c187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/form/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def func_call(*args, **kwargs):
#TODO: make sure this is okay --
setattr(func_call, '__name__', func.__name__)
setattr(func_call, docval_attr_name, _docval)
setattr(func_call, '__module__', func.__module__)
return func_call
return dec

Expand Down

0 comments on commit aa7c187

Please sign in to comment.