OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coordlist
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
523
def _drawpoly(self, polyitem,
coordlist
, fill=None,
527
coordlist
is sequence of coordinates
535
for x, y in
coordlist
:
554
def _drawline(self, lineitem,
coordlist
=None,
557
coordlist
is sequence of coordinates
564
if
coordlist
is not None:
566
for x, y in
coordlist
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
523
def _drawpoly(self, polyitem,
coordlist
, fill=None,
527
coordlist
is sequence of coordinates
535
for x, y in
coordlist
:
554
def _drawline(self, lineitem,
coordlist
=None,
557
coordlist
is sequence of coordinates
564
if
coordlist
is not None:
566
for x, y in
coordlist
:
[
all
...]
Completed in 27 milliseconds