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

Function foo

examples/Embedding/embed_class_long.py:111–114  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

109ipshell.exit_msg = 'Leaving interpreter - New exit_msg'
110
111def foo(m):
112 s = 'spam'
113 ipshell('***In foo(). Try %whos, or print s or m:')
114 print('foo says m = ',m)
115
116def bar(n):
117 s = 'eggs'

Callers 1

Calls 1

ipshellFunction · 0.85

Tested by

no test coverage detected