Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dimputil.py28 _ModuleType = type(sys) ### doesn't work in Jython... variable
36 if isinstance(namespace, _ModuleType):
287 is_module = isinstance(code, _ModuleType)