Skip to content

Commit 2025a06

Browse files
committed
TEST: Import interface plumbing
1 parent eca32f6 commit 2025a06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nipype/interfaces/base/core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,9 @@ class SimpleInterface(BaseInterface):
692692
Examples
693693
--------
694694
695+
>>> from nipype.interfaces.base import (
696+
... SimpleInterface, BaseInterfaceInputSpec, TraitedSpec)
697+
695698
>>> def double(x):
696699
... return 2 * x
697700
...

0 commit comments

Comments
 (0)