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

  /external/python/cpython2/Lib/plat-mac/
pimp.py 34 __all__ = ["PimpPreferences", "PimpDatabase", "PimpPackage", "main",
418 descriptions create the PimpPackage objects and append them
435 pkg = PimpPackage(self, dict(p))
439 """Return a list of all PimpPackage objects in the database."""
525 class PimpPackage:
571 if not isinstance(other, PimpPackage):
623 a PimpPackage object or None, and the second is a descriptive
791 class PimpPackage_binary(PimpPackage):
847 class PimpPackage_source(PimpPackage):
851 PimpPackage.unpackPackageOnly(self, output
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 34 __all__ = ["PimpPreferences", "PimpDatabase", "PimpPackage", "main",
418 descriptions create the PimpPackage objects and append them
435 pkg = PimpPackage(self, dict(p))
439 """Return a list of all PimpPackage objects in the database."""
525 class PimpPackage:
571 if not isinstance(other, PimpPackage):
623 a PimpPackage object or None, and the second is a descriptive
791 class PimpPackage_binary(PimpPackage):
847 class PimpPackage_source(PimpPackage):
851 PimpPackage.unpackPackageOnly(self, output
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 34 __all__ = ["PimpPreferences", "PimpDatabase", "PimpPackage", "main",
418 descriptions create the PimpPackage objects and append them
435 pkg = PimpPackage(self, dict(p))
439 """Return a list of all PimpPackage objects in the database."""
525 class PimpPackage:
571 if not isinstance(other, PimpPackage):
623 a PimpPackage object or None, and the second is a descriptive
791 class PimpPackage_binary(PimpPackage):
847 class PimpPackage_source(PimpPackage):
851 PimpPackage.unpackPackageOnly(self, output
    [all...]

Completed in 94 milliseconds