HomeSort by relevance Sort by last modified time
    Searched refs:_orient (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Lib/test/
test_turtle.py 263 self.assertEqual(self.nav._orient, (1.0, 0))
265 self.assertVectorsAlmostEqual(self.nav._orient, (0.0, 1.0))
268 self.assertEqual(self.nav._orient, (1.0, 0))
270 self.assertVectorsAlmostEqual(self.nav._orient, (0, -1.0))
  /external/python/cpython3/Lib/test/
test_turtle.py 267 self.assertEqual(self.nav._orient, (1.0, 0))
269 self.assertVectorsAlmostEqual(self.nav._orient, (0.0, 1.0))
272 self.assertEqual(self.nav._orient, (1.0, 0))
274 self.assertVectorsAlmostEqual(self.nav._orient, (0, -1.0))
  /external/python/cpython2/Lib/lib-tk/
turtle.py     [all...]
  /external/python/cpython3/Lib/
turtle.py     [all...]

Completed in 309 milliseconds