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

Function make_hand_shape

Lib/turtledemo/clock.py:30–37  ·  view source on GitHub ↗
(name, laenge, spitze)

Source from the content-addressed store, hash-verified

28 fd(spitze/2.0)
29
30def make_hand_shape(name, laenge, spitze):
31 reset()
32 jump(-laenge*0.15)
33 begin_poly()
34 hand(laenge, spitze)
35 end_poly()
36 hand_form = get_poly()
37 register_shape(name, hand_form)
38
39def clockface(radius):
40 reset()

Callers 1

setupFunction · 0.85

Calls 2

jumpFunction · 0.85
handFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…