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

Method _delay

Lib/turtle.py:2075–2076  ·  view source on GitHub ↗

dummy method - to be overwritten by child class

(self, n=None)

Source from the content-addressed store, hash-verified

2073 def _tracer(self, a=None, b=None):
2074 """dummy method - to be overwritten by child class"""
2075 def _delay(self, n=None):
2076 """dummy method - to be overwritten by child class"""
2077
2078 fd = forward
2079 bk = back

Callers 1

circleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected