Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ h
Function
h
Lib/turtledemo/chaos.py:15–16 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
13
return
3.9*(x-x**2)
14
15
def
h(x):
16
return
3.9*x-3.9*x*x
17
18
def
jumpto(x, y):
19
penup(); goto(x,y)
Callers
2
_really_load
Method · 0.50
build_opener
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected