Fix(steps): Typing steps are bypassed

Useless steps where complex objects were built are not shown. I create
a typing function which is called when compute raise
NotImplementedError.
This commit is contained in:
2018-09-24 17:21:50 +02:00
parent 0e479323dd
commit a557fa3981
7 changed files with 149 additions and 13 deletions

View File

@@ -37,10 +37,8 @@ Abstracts tools for calculs manipulations
>>> print(t.apply_on_last_level(compute, typing))
+
> /
| > *
| | > 2
| | > 4
| > 4
| > 2
| > 1
> /
| > 3
| > 4