Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/qiwsir/StarterLearningPython
/ foo
Function
foo
2code/24201.py:2–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
2
def
foo():
3
a = 3
4
def
bar():
5
return
a
6
return
bar
7
8
f = foo()
9
print f()
Callers
1
24201.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected