Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ main
Function
main
Lib/turtledemo/yinyang.py:37–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
left(90)
36
37
def
main():
38
reset()
39
yin(200,
"black"
,
"white"
)
40
yin(200,
"white"
,
"black"
)
41
ht()
42
return
"Done!"
43
44
if
__name__ ==
'__main__'
:
45
main()
Callers
1
yinyang.py
File · 0.70
Calls
2
yin
Function · 0.85
ht
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…