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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_runpy.py 229 def _check_relative_imports(self, depth, run_name=None): member in class:RunModuleTest
273 self._check_relative_imports(depth)
278 self._check_relative_imports(depth, "__main__")
  /external/python/cpython2/Lib/test/
test_runpy.py 231 def _check_relative_imports(self, depth, run_name=None): member in class:RunModuleTest
300 self._check_relative_imports(depth)
305 self._check_relative_imports(depth, "__main__")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_runpy.py 231 def _check_relative_imports(self, depth, run_name=None): member in class:RunModuleTest
276 self._check_relative_imports(depth)
281 self._check_relative_imports(depth, "__main__")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_runpy.py 231 def _check_relative_imports(self, depth, run_name=None): member in class:RunModuleTest
276 self._check_relative_imports(depth)
281 self._check_relative_imports(depth, "__main__")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 231 def _check_relative_imports(self, depth, run_name=None): member in class:RunModuleTest
276 self._check_relative_imports(depth)
281 self._check_relative_imports(depth, "__main__")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 231 def _check_relative_imports(self, depth, run_name=None): member in class:RunModuleTest
276 self._check_relative_imports(depth)
281 self._check_relative_imports(depth, "__main__")
  /external/python/cpython3/Lib/test/
test_runpy.py 391 def _check_relative_imports(self, depth, run_name=None): member in class:RunModuleTestCase
527 self._check_relative_imports(depth)
532 self._check_relative_imports(depth, "__main__")

Completed in 687 milliseconds