Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/pynche/
DPyncheWidget.py20 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/
DPyncheWidget.py19 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