Searched defs:ModuleType (Results 1 - 13 of 13) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_module.py6 ModuleType = type(sys) variable
12 foo = ModuleType.__new__(ModuleType)
20 self.assertEqual(foo.__doc__, ModuleType.__doc__)
24 foo = ModuleType("foo")
31 foo = ModuleType("foo", "foodoc")
39 foo = ModuleType("foo", u"foodoc\u1234")
47 foo = ModuleType("foo", u"foodoc\u1234")
62 foo = ModuleType("foo")
70 m = ModuleType("fo
[all...]
H A Dtest_inspect.py306 from types import ModuleType namespace
308 m = sys.modules[name] = ModuleType(name)
H A D_mock_backport.py32 from types import ModuleType namespace
1183 if name in _builtins and isinstance(target, ModuleType):
/external/libmojo/third_party/jinja2/
H A Dloaders.py14 from types import ModuleType namespace
407 class _TemplateModule(ModuleType):
/external/python/cpython2/Lib/
H A Dpkgutil.py10 from types import ModuleType namespace
456 if isinstance(module_or_name, ModuleType):
H A Dtypes.py62 ModuleType = type(sys) variable
/external/python/cpython3/Lib/
H A Dpkgutil.py11 from types import ModuleType namespace
466 if isinstance(module_or_name, ModuleType):
H A Dtypes.py39 ModuleType = type(sys) variable
/external/python/cpython3/Lib/test/test_importlib/import_/
H A Dtest_path.py9 from types import ModuleType namespace
113 self.assertIsInstance(module, ModuleType)
/external/python/cpython3/Lib/test/
H A Dtest_module.py8 ModuleType = type(sys) variable
23 foo = ModuleType.__new__(ModuleType)
31 self.assertEqual(foo.__doc__, ModuleType.__doc__)
36 foo = ModuleType.__new__(ModuleType)
44 foo = ModuleType("foo")
51 foo = ModuleType("foo")
63 foo = ModuleType("foo", "foodoc")
73 foo = ModuleType("fo
[all...]
H A Dtest_inspect.py441 from types import ModuleType namespace
443 m = sys.modules[name] = ModuleType(name)
/external/python/cpython3/Lib/unittest/
H A Dmock.py31 from types import ModuleType namespace
1212 if name in _builtins and isinstance(target, ModuleType):
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2021 milliseconds