Searched refs:extrapath (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Tools/pynche/ |
D | PyncheWidget.py | 20 def __init__(self, version, switchboard, master=None, extrapath=[]): argument 68 views = make_view_popups(self.__sb, self.__tkroot, extrapath) 286 def make_view_popups(switchboard, root, extrapath): argument 289 dirs = [os.path.dirname(__file__)] + extrapath
|
/external/python/cpython3/Tools/pynche/ |
D | PyncheWidget.py | 19 def __init__(self, version, switchboard, master=None, extrapath=[]): argument 67 views = make_view_popups(self.__sb, self.__tkroot, extrapath) 290 def make_view_popups(switchboard, root, extrapath): argument 293 dirs = [os.path.dirname(__file__)] + extrapath
|