Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DTreeWidget.py28 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR) variable
30 _icondir = ICONDIR variable
31 if os.path.isdir(_icondir):
32 ICONDIR = _icondir
/external/python/cpython3/Lib/idlelib/
Dtree.py29 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR) variable
31 _icondir = ICONDIR variable
32 if os.path.isdir(_icondir):
33 ICONDIR = _icondir