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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pyclbr.py 2 Test cases for pyclbr.py
8 import pyclbr namespace
17 # This next line triggers an error on old versions of pyclbr.
23 # of pyclbr with the introspected members of a module. Because pyclbr
57 ''' succeed iff pyclbr.readmodule_ex(modulename) corresponds
67 dict = pyclbr.readmodule_ex(moduleName)
96 if isinstance(value, pyclbr.Function):
152 self.checkModule('pyclbr')
194 self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncore.foo'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pyclbr.py 2 Test cases for pyclbr.py
8 import pyclbr namespace
17 # This next line triggers an error on old versions of pyclbr.
23 # of pyclbr with the introspected members of a module. Because pyclbr
57 ''' succeed iff pyclbr.readmodule_ex(modulename) corresponds
67 dict = pyclbr.readmodule_ex(moduleName)
96 if isinstance(value, pyclbr.Function):
152 self.checkModule('pyclbr')
194 self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncore.foo'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 2 Test cases for pyclbr.py
8 import pyclbr namespace
17 # This next line triggers an error on old versions of pyclbr.
23 # of pyclbr with the introspected members of a module. Because pyclbr
57 ''' succeed iff pyclbr.readmodule_ex(modulename) corresponds
67 dict = pyclbr.readmodule_ex(moduleName)
96 if isinstance(value, pyclbr.Function):
152 self.checkModule('pyclbr')
194 self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncore.foo'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 2 Test cases for pyclbr.py
8 import pyclbr namespace
17 # This next line triggers an error on old versions of pyclbr.
23 # of pyclbr with the introspected members of a module. Because pyclbr
57 ''' succeed iff pyclbr.readmodule_ex(modulename) corresponds
67 dict = pyclbr.readmodule_ex(moduleName)
96 if isinstance(value, pyclbr.Function):
152 self.checkModule('pyclbr')
194 self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncore.foo'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ClassBrowser.py 15 import pyclbr namespace
37 # reset pyclbr
38 pyclbr._modules.clear()
96 dict = pyclbr.readmodule_ex(name, [dir] + sys.path)
133 self.isfunction = isinstance(self.cl, pyclbr.Function)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ClassBrowser.py 15 import pyclbr namespace
37 # reset pyclbr
38 pyclbr._modules.clear()
96 dict = pyclbr.readmodule_ex(name, [dir] + sys.path)
133 self.isfunction = isinstance(self.cl, pyclbr.Function)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 15 import pyclbr namespace
37 # reset pyclbr
38 pyclbr._modules.clear()
96 dict = pyclbr.readmodule_ex(name, [dir] + sys.path)
133 self.isfunction = isinstance(self.cl, pyclbr.Function)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 15 import pyclbr namespace
37 # reset pyclbr
38 pyclbr._modules.clear()
96 dict = pyclbr.readmodule_ex(name, [dir] + sys.path)
133 self.isfunction = isinstance(self.cl, pyclbr.Function)

Completed in 1582 milliseconds