-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
CodeInput
naming related to the function object more consistent (
#84) Rename `get_function_object` to `wrapped_function` and make it property to be more consistent with the `function`. In `__call__` the wrapped function is now called, this way `__call__` replaces `run` function that is removed as a consequence.
- Loading branch information
1 parent
202d993
commit 843cbbb
Showing
2 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters