Home
last modified time | relevance | path

Searched refs:demo_dir (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Demo/turtle/
DturtleDemo.py13 demo_dir = os.getcwd() variable
14 if "turtleDemo.py" not in os.listdir(demo_dir):
16 print "But in your case this is", demo_dir
30 entries1 = [entry for entry in os.listdir(demo_dir) if
38 path = os.path.join(demo_dir, entry)
190 view_file(self.root, help_label, os.path.join(demo_dir, help_file))
/external/python/cpython3/Lib/turtledemo/
D__main__.py99 demo_dir = os.path.dirname(os.path.abspath(__file__)) variable
117 return [entry[:-3] for entry in os.listdir(demo_dir) if