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

Function jump

Lib/turtledemo/clock.py:12–17  ·  view source on GitHub ↗
(distanz, winkel=0)

Source from the content-addressed store, hash-verified

10current_day = None
11
12def jump(distanz, winkel=0):
13 penup()
14 right(winkel)
15 forward(distanz)
16 left(winkel)
17 pendown()
18
19def hand(laenge, spitze):
20 fd(laenge*1.15)

Callers 3

test_jumptolineMethod · 0.85
make_hand_shapeFunction · 0.85
clockfaceFunction · 0.85

Calls 2

rightClass · 0.85
leftClass · 0.85

Tested by 1

test_jumptolineMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…