Searched defs:Turtle (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/docs/examples/ | ||
D | Turtle.cpp | 21 struct Turtle { float x; float y; float h; bool p; } t; argument |
/third_party/python/Lib/ | ||
D | turtle.py | 3799 class Turtle(RawTurtle): class |