|
871 | 871 | " if but is None: but = []\n", |
872 | 872 | " def _f(f):\n", |
873 | 873 | " if to is None: to_f,from_f = f.__base__.__init__,f.__init__\n", |
874 | | - " else: to_f,from_f = to,f\n", |
| 874 | + " else: to_f,from_f = to.__init__ if isinstance(to,type) else to,f\n", |
875 | 875 | " from_f = getattr(from_f,'__func__',from_f)\n", |
876 | 876 | " to_f = getattr(to_f,'__func__',to_f)\n", |
877 | 877 | " if hasattr(from_f,'__delwrap__'): return f\n", |
|
1429 | 1429 | "Converted 01_basics.ipynb.\n", |
1430 | 1430 | "Converted 02_foundation.ipynb.\n", |
1431 | 1431 | "Converted 03_xtras.ipynb.\n", |
| 1432 | + "Converted 03a_parallel.ipynb.\n", |
| 1433 | + "Converted 03b_net.ipynb.\n", |
1432 | 1434 | "Converted 04_dispatch.ipynb.\n", |
1433 | 1435 | "Converted 05_transform.ipynb.\n", |
1434 | | - "Converted 06_logargs.ipynb.\n", |
1435 | 1436 | "Converted 07_meta.ipynb.\n", |
1436 | 1437 | "Converted 08_script.ipynb.\n", |
1437 | 1438 | "Converted index.ipynb.\n" |
|
0 commit comments