(n)
| 114 | print('foo says m = ',m) |
| 115 | |
| 116 | def bar(n): |
| 117 | s = 'eggs' |
| 118 | ipshell('***In bar(). Try %whos, or print s or n:') |
| 119 | print('bar says n = ',n) |
| 120 | |
| 121 | # Some calls to the above functions which will trigger IPython: |
| 122 | print('Main program calling foo("eggs")\n') |
no test coverage detected