Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DPathBrowser.py67 for nn, name in self.listmodules(names):
78 def listmodules(self, allnames): member in DirBrowserTreeItem
/external/python/cpython3/Lib/idlelib/
Dpathbrowser.py70 for nn, name in self.listmodules(names):
82 def listmodules(self, allnames): member in DirBrowserTreeItem
/external/python/cpython2/Lib/
Dpydoc.py1840 elif request == 'modules': self.listmodules()
1842 self.listmodules(split(request)[1])
1941 def listmodules(self, key=''): member in Helper
/external/python/cpython3/Lib/
Dpydoc.py2048 elif request == 'modules': self.listmodules()
2050 self.listmodules(request.split()[1])
2179 def listmodules(self, key=''): member in Helper