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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 22 name + os.extsep + "pyo",
64 pyo = TESTFN + os.extsep + "pyo"
94 self.fail("import from .pyc/.pyo failed: %s" % err) namespace
97 unlink(pyo)
129 "either a .pyc or .pyo file")
205 # Compile & remove .py file, we only need .pyc (or .pyo).
384 self.skipTest("Couldn't create .pyc/.pyo file.")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 22 name + os.extsep + "pyo",
64 pyo = TESTFN + os.extsep + "pyo"
94 self.fail("import from .pyc/.pyo failed: %s" % err) namespace
97 unlink(pyo)
129 "either a .pyc or .pyo file")
205 # Compile & remove .py file, we only need .pyc (or .pyo).
384 self.skipTest("Couldn't create .pyc/.pyo file.")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py     [all...]

Completed in 163 milliseconds