Skip to content

Commit 9b5ef6f

Browse files
committed
[ENH] Rewrap
1 parent ff78a96 commit 9b5ef6f

74 files changed

Lines changed: 2 additions & 879 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

spm/__compat/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
from mpython import (
2-
MatlabClass,
3-
MatlabFunction,
4-
Cell,
5-
Struct,
6-
Array,
7-
SparseArray,
8-
)
9-
from ._runtime import Runtime
10-
from ._version import __version__
11-
121
from .loadxml import loadxml
132
from .savexml import savexml
143
from .spm_add import spm_add
@@ -31,7 +20,6 @@
3120
from .spm_tbx_config2cfg import spm_tbx_config2cfg
3221

3322

34-
3523
__all__ = [
3624
"loadxml",
3725
"savexml",

spm/__config/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
from mpython import (
2-
MatlabClass,
3-
MatlabFunction,
4-
Cell,
5-
Struct,
6-
Array,
7-
SparseArray,
8-
)
9-
from ._runtime import Runtime
10-
from ._version import __version__
11-
121
from .cfg_mlbatch_appcfg import cfg_mlbatch_appcfg
132
from .spm_cfg import spm_cfg
143
from .spm_cfg_bbox import spm_cfg_bbox
@@ -140,7 +129,6 @@
140129
from .spm_run_voi import spm_run_voi
141130

142131

143-
144132
__all__ = [
145133
"cfg_mlbatch_appcfg",
146134
"spm_cfg",

spm/__external/__bemcp/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
1-
from mpython import (
2-
MatlabClass,
3-
MatlabFunction,
4-
Cell,
5-
Struct,
6-
Array,
7-
SparseArray,
8-
)
9-
from ._runtime import Runtime
10-
from ._version import __version__
11-
121
from .bemcp_example import bemcp_example
132

143

15-
164
__all__ = [
175
"bemcp_example"
186
]

spm/__external/__ctf/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
from mpython import (
2-
MatlabClass,
3-
MatlabFunction,
4-
Cell,
5-
Struct,
6-
Array,
7-
SparseArray,
8-
)
9-
from ._runtime import Runtime
10-
from ._version import __version__
11-
121
from .addCTFtrial import addCTFtrial
132
from .getCTFdata import getCTFdata
143
from .readCPersist import readCPersist
@@ -23,7 +12,6 @@
2312
from .writeRes4 import writeRes4
2413

2514

26-
2715
__all__ = [
2816
"addCTFtrial",
2917
"getCTFdata",

spm/__external/__eeprobe/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
from mpython import (
2-
MatlabClass,
3-
MatlabFunction,
4-
Cell,
5-
Struct,
6-
Array,
7-
SparseArray,
8-
)
9-
from ._runtime import Runtime
10-
from ._version import __version__
11-
121
from .read_eep_avr import read_eep_avr
132
from .read_eep_cnt import read_eep_cnt
143
from .read_eep_rej import read_eep_rej
@@ -18,7 +7,6 @@
187
from .write_eep_cnt import write_eep_cnt
198

209

21-
2210
__all__ = [
2311
"read_eep_avr",
2412
"read_eep_cnt",

spm/__external/__fieldtrip/__connectivity/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
from mpython import (
2-
MatlabClass,
3-
MatlabFunction,
4-
Cell,
5-
Struct,
6-
Array,
7-
SparseArray,
8-
)
9-
from ._runtime import Runtime
10-
from ._version import __version__
11-
121
from .ft_connectivity_cancorr import ft_connectivity_cancorr
132
from .ft_connectivity_corr import ft_connectivity_corr
143
from .ft_connectivity_csd2transfer import ft_connectivity_csd2transfer
@@ -24,7 +13,6 @@
2413
from .ft_connectivity_wpli import ft_connectivity_wpli
2514

2615

27-
2816
__all__ = [
2917
"ft_connectivity_cancorr",
3018
"ft_connectivity_corr",

spm/__external/__fieldtrip/__external/__fileexchange/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
from mpython import (
2-
MatlabClass,
3-
MatlabFunction,
4-
Cell,
5-
Struct,
6-
Array,
7-
SparseArray,
8-
)
9-
from ._runtime import Runtime
10-
from ._version import __version__
11-
121
from .uimage import uimage
132
from .uimagesc import uimagesc
143

154

16-
175
__all__ = [
186
"uimage",
197
"uimagesc"
Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
1-
from mpython import (
2-
MatlabClass,
3-
MatlabFunction,
4-
Cell,
5-
Struct,
6-
Array,
7-
SparseArray,
8-
)
9-
from ._runtime import Runtime
10-
from ._version import __version__
11-
121
from .rgb2hsv import rgb2hsv
132

143

15-
164
__all__ = [
175
"rgb2hsv"
186
]

spm/__external/__fieldtrip/__external/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
from mpython import (
2-
MatlabClass,
3-
MatlabFunction,
4-
Cell,
5-
Struct,
6-
Array,
7-
SparseArray,
8-
)
9-
from ._runtime import Runtime
10-
from ._version import __version__
11-
121
from .__fileexchange import (
132
uimage,
143
uimagesc
@@ -34,7 +23,6 @@
3423
)
3524

3625

37-
3826
__all__ = [
3927
"uimage",
4028
"uimagesc",

spm/__external/__fieldtrip/__external/__signal/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
1-
from mpython import (
2-
MatlabClass,
3-
MatlabFunction,
4-
Cell,
5-
Struct,
6-
Array,
7-
SparseArray,
8-
)
9-
from ._runtime import Runtime
10-
from ._version import __version__
11-
121
from .boxcar import boxcar
132
from .flattopwin import flattopwin
143
from .hanning import hanning
154
from .hilbert import hilbert
165

176

18-
197
__all__ = [
208
"boxcar",
219
"flattopwin",

0 commit comments

Comments
 (0)