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

  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 233 PYC_EXT = ".pyc"
235 PYC_EXT = ".pyo"
254 path = fullname.replace(".", os.sep) + PYC_EXT
581 "site" + PYC_EXT)
589 path = pathjoin("Contents", "Resources", *path) + PYC_EXT
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 233 PYC_EXT = ".pyc"
235 PYC_EXT = ".pyo"
254 path = fullname.replace(".", os.sep) + PYC_EXT
581 "site" + PYC_EXT)
589 path = pathjoin("Contents", "Resources", *path) + PYC_EXT
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 233 PYC_EXT = ".pyc"
235 PYC_EXT = ".pyo"
254 path = fullname.replace(".", os.sep) + PYC_EXT
581 "site" + PYC_EXT)
589 path = pathjoin("Contents", "Resources", *path) + PYC_EXT
    [all...]

Completed in 57 milliseconds