>>> print(1+1) 2
()
| 52 | #----------------------------------------------------------------------------- |
| 53 | @ipdoctest |
| 54 | def simple_dt(): |
| 55 | """ |
| 56 | >>> print(1+1) |
| 57 | 2 |
| 58 | """ |
| 59 | |
| 60 | |
| 61 | @ipdoctest |
nothing calls this directly
no outgoing calls
no test coverage detected