Lines Matching refs:path
1722 """Return the window path name of this widget."""
2130 explicitly. DEFAULT can be the relative path to a .ico file
2321 baseName = os.path.basename(sys.argv[0])
2322 baseName, ext = os.path.splitext(baseName)
2381 class_tcl = os.path.join(home, '.%s.tcl' % className)
2382 class_py = os.path.join(home, '.%s.py' % className)
2383 base_tcl = os.path.join(home, '.%s.tcl' % baseName)
2384 base_py = os.path.join(home, '.%s.py' % baseName)
2387 if os.path.isfile(class_tcl):
2389 if os.path.isfile(class_py):
2391 if os.path.isfile(base_tcl):
2393 if os.path.isfile(base_py):