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

  /external/python/cpython2/Lib/idlelib/
TreeWidget.py 24 ICONDIR = "Icons"
28 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR)
30 _icondir = ICONDIR
32 ICONDIR = _icondir
33 elif not os.path.isdir(ICONDIR):
34 raise RuntimeError, "can't find icon directory (%r)" % (ICONDIR,)
36 def listicons(icondir=ICONDIR):
40 list = glob.glob(os.path.join(icondir, "*.gif"))
84 fullname = os.path.join(ICONDIR, file + ext
    [all...]
PyShell.py     [all...]
  /external/python/cpython3/Lib/idlelib/
tree.py 25 ICONDIR = "Icons"
29 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR)
31 _icondir = ICONDIR
33 ICONDIR = _icondir
34 elif not os.path.isdir(ICONDIR):
35 raise RuntimeError("can't find icon directory (%r)" % (ICONDIR,))
37 def listicons(icondir=ICONDIR):
41 list = glob.glob(os.path.join(icondir, "*.gif"))
85 fullname = os.path.join(ICONDIR, file + ext
    [all...]
pyshell.py     [all...]

Completed in 100 milliseconds