Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10
current_day = None
11
12
def
jump(distanz, winkel=0):
13
penup()
14
right(winkel)
15
forward(distanz)
16
left(winkel)
17
pendown()
18
19
def
hand(laenge, spitze):
20
fd(laenge*1.15)
Callers
3
test_jumptoline
Method · 0.85
make_hand_shape
Function · 0.85
clockface
Function · 0.85
Calls
2
right
Class · 0.85
left
Class · 0.85
Tested by
1
test_jumptoline
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…