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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 28 _ModuleType = type(sys) ### doesn't work in Jython...
36 if isinstance(namespace, _ModuleType):
287 is_module = isinstance(code, _ModuleType)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 28 _ModuleType = type(sys) ### doesn't work in Jython...
36 if isinstance(namespace, _ModuleType):
287 is_module = isinstance(code, _ModuleType)

Completed in 1132 milliseconds