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

Method _type

Lib/turtle.py:733–737  ·  view source on GitHub ↗

Return 'line' or 'polygon' or 'image' depending on type of item.

(self, item)

Source from the content-addressed store, hash-verified

731 self.cv.tag_lower(item)
732
733 def _type(self, item):
734 """Return 'line' or 'polygon' or 'image' depending on
735 type of item.
736 """
737 return self.cv.type(item)
738
739 def _pointlist(self, item):
740 """returns list of coordinate-pairs of points of item

Callers 1

_undogotoMethod · 0.80

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected