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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
loader.py 202 is_not_importable = False
206 is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py'))
212 is_not_importable = True
221 if is_not_importable:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 182 is_not_importable = False
186 is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py'))
192 is_not_importable = True
201 if is_not_importable:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 182 is_not_importable = False
186 is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py'))
192 is_not_importable = True
201 if is_not_importable:

Completed in 631 milliseconds