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

Function hand

Lib/turtledemo/clock.py:19–28  ·  view source on GitHub ↗
(laenge, spitze)

Source from the content-addressed store, hash-verified

17 pendown()
18
19def hand(laenge, spitze):
20 fd(laenge*1.15)
21 rt(90)
22 fd(spitze/2.0)
23 lt(120)
24 fd(spitze)
25 lt(120)
26 fd(spitze)
27 lt(120)
28 fd(spitze/2.0)
29
30def make_hand_shape(name, laenge, spitze):
31 reset()

Callers 1

make_hand_shapeFunction · 0.85

Calls 3

fdFunction · 0.85
rtFunction · 0.50
ltFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…