MCPcopy 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
2def foo():
3 a = 3
4 def bar():
5 return a
6 return bar
7
8f = foo()
9print f()

Callers 1

24201.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected