Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
ipshell.exit_msg =
'Leaving interpreter - New exit_msg'
110
111
def
foo(m):
112
s =
'spam'
113
ipshell(
'***In foo(). Try %whos, or print s or m:'
)
114
print(
'foo says m = '
,m)
115
116
def
bar(n):
117
s =
'eggs'
Callers
1
embed_class_long.py
File · 0.70
Calls
1
ipshell
Function · 0.85
Tested by
no test coverage detected