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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py 3 import importlib namespace
119 """Test importlib.import_module."""
125 module = importlib.import_module('top_level')
135 module = importlib.import_module(name)
142 module = importlib.import_module('.d', 'a.b.c')
150 module = importlib.import_module('..c', 'a.b')
161 module = importlib.import_module(name, pkg_name)
167 self.assertRaises(TypeError, importlib.import_module, '.support')
test_support.py 17 import importlib namespace
82 return importlib.import_module(name)
140 fresh_module = importlib.import_module(name)
709 importlib.import_module("foo") # new reference
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py 3 import importlib namespace
119 """Test importlib.import_module."""
125 module = importlib.import_module('top_level')
135 module = importlib.import_module(name)
142 module = importlib.import_module('.d', 'a.b.c')
150 module = importlib.import_module('..c', 'a.b')
161 module = importlib.import_module(name, pkg_name)
167 self.assertRaises(TypeError, importlib.import_module, '.support')
test_support.py 17 import importlib namespace
82 return importlib.import_module(name)
140 fresh_module = importlib.import_module(name)
709 importlib.import_module("foo") # new reference
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 12 import importlib namespace
91 yield importlib.import_module(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 12 import importlib namespace
91 yield importlib.import_module(
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 958 logging bsddb bsddb/test csv importlib wsgiref \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 959 logging bsddb bsddb/test csv importlib wsgiref \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 3512 milliseconds