MCPcopy 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
37def main():
38 reset()
39 yin(200, "black", "white")
40 yin(200, "white", "black")
41 ht()
42 return "Done!"
43
44if __name__ == '__main__':
45 main()

Callers 1

yinyang.pyFile · 0.70

Calls 2

yinFunction · 0.85
htFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…