HomeSort by relevance Sort by last modified time
    Searched refs:readmodule_ex (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 57 ''' succeed iff pyclbr.readmodule_ex(modulename) corresponds
67 dict = pyclbr.readmodule_ex(moduleName)
194 self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncore.foo')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 57 ''' succeed iff pyclbr.readmodule_ex(modulename) corresponds
67 dict = pyclbr.readmodule_ex(moduleName)
194 self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncore.foo')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 7 readmodule_ex(module [, path])
48 __all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
79 Call readmodule_ex() and then only keep Class objects from the
88 def readmodule_ex(module, path=None): function
329 dict = readmodule_ex(mod, path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 7 readmodule_ex(module [, path])
48 __all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
79 Call readmodule_ex() and then only keep Class objects from the
88 def readmodule_ex(module, path=None): function
329 dict = readmodule_ex(mod, path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 96 dict = pyclbr.readmodule_ex(name, [dir] + sys.path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 96 dict = pyclbr.readmodule_ex(name, [dir] + sys.path)

Completed in 123 milliseconds