HomeSort by relevance Sort by last modified time
    Searched defs:ReplacePackage (Results 1 - 8 of 8) sorted by null

  /external/python/cpython3/Lib/
modulefinder.py 37 # This ReplacePackage mechanism allows modulefinder to work around
40 # ReplacePackage("real_package_name", "faked_package_name")
43 def ReplacePackage(oldname, newname):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
modulefinder.py 42 # This ReplacePackage mechanism allows modulefinder to work around the
44 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
47 def ReplacePackage(oldname, newname):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
modulefinder.py 42 # This ReplacePackage mechanism allows modulefinder to work around the
44 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
47 def ReplacePackage(oldname, newname):
  /external/python/cpython2/Lib/
modulefinder.py 61 # This ReplacePackage mechanism allows modulefinder to work around the
63 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
66 def ReplacePackage(oldname, newname):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
modulefinder.py 42 # This ReplacePackage mechanism allows modulefinder to work around the
44 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
47 def ReplacePackage(oldname, newname):
  /prebuilts/gdb/linux-x86/lib/python2.7/
modulefinder.py 42 # This ReplacePackage mechanism allows modulefinder to work around the
44 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
47 def ReplacePackage(oldname, newname):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 42 # This ReplacePackage mechanism allows modulefinder to work around the
44 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
47 def ReplacePackage(oldname, newname):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 42 # This ReplacePackage mechanism allows modulefinder to work around the
44 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
47 def ReplacePackage(oldname, newname):

Completed in 205 milliseconds