MCPcopy Create free account
hub / github.com/ipython/ipython / bar

Function bar

examples/Embedding/embed_class_long.py:116–119  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

114 print('foo says m = ',m)
115
116def 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:
122print('Main program calling foo("eggs")\n')

Callers 1

Calls 1

ipshellFunction · 0.85

Tested by

no test coverage detected