Home
last modified time | relevance | path

Searched refs:listmodules (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dpathbrowser.py69 for nn, name in self.listmodules(names):
81 def listmodules(self, allnames): member in DirBrowserTreeItem
/external/python/cpython2/Lib/idlelib/
DPathBrowser.py67 for nn, name in self.listmodules(names):
78 def listmodules(self, allnames): member in DirBrowserTreeItem
/external/python/cpython2/Lib/
Dpydoc.py1834 elif request == 'modules': self.listmodules()
1836 self.listmodules(split(request)[1])
1935 def listmodules(self, key=''): member in Helper
/external/python/cpython3/Lib/
Dpydoc.py1899 elif request == 'modules': self.listmodules()
1901 self.listmodules(request.split()[1])
2029 def listmodules(self, key=''): member in Helper