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

Function r

Lib/turtledemo/lindenmayer.py:52–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51
52 def r():
53 right(45)
54
55 def l():
56 left(45)

Callers 15

checkMethod · 0.50
test_weakrefsMethod · 0.50
test_equalityMethod · 0.50
test_aliveMethod · 0.50
test_object_deadMethod · 0.50
test_method_deadMethod · 0.50
test_stringMethod · 0.50
test_tupleMethod · 0.50
test_containerMethod · 0.50
test_set_literalMethod · 0.50
test_frozensetMethod · 0.50

Calls 1

rightClass · 0.85

Tested by 15

checkMethod · 0.40
test_weakrefsMethod · 0.40
test_equalityMethod · 0.40
test_aliveMethod · 0.40
test_object_deadMethod · 0.40
test_method_deadMethod · 0.40
test_stringMethod · 0.40
test_tupleMethod · 0.40
test_containerMethod · 0.40
test_set_literalMethod · 0.40
test_frozensetMethod · 0.40