MCPcopy Index your code
hub / github.com/python/cpython / main

Function main

Lib/turtledemo/penrose.py:155–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 sleep(2 - t)
154
155def main():
156 #title("Penrose-tiling with kites and darts.")
157 mode("logo")
158 bgcolor(0.3, 0.3, 0)
159 demo(sun)
160 sleep(2)
161 demo(star)
162 pencolor("black")
163 goto(0,-200)
164 pencolor(0.7,0.7,1)
165 write("Please wait...",
166 align="center", font=('Arial Black', 36, 'bold'))
167 test(600, 8, startpos=(70, 117))
168 return "Done"
169
170if __name__ == "__main__":
171 msg = main()

Callers 1

penrose.pyFile · 0.70

Calls 5

modeFunction · 0.85
sleepFunction · 0.85
demoFunction · 0.70
testFunction · 0.70
writeFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…