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

  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 4 bundlebuilder.py -- Tools to assemble MacOS X (application) bundles.
7 MacOS X. BundleBuilder is a general tool, AppBuilder is a subclass
16 % python bundlebuilder.py [options] build
22 from bundlebuilder import buildapp
28 __all__ = ["BundleBuilder", "BundleBuilderError", "AppBuilder", "buildapp"]
32 warnpy3k("In 3.x, the bundlebuilder module is removed.", stacklevel=2)
71 class BundleBuilder(Defaults):
73 """BundleBuilder is a barebones class for assembling bundles. It
354 class AppBuilder(BundleBuilder):
456 BundleBuilder.setup(self
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 4 bundlebuilder.py -- Tools to assemble MacOS X (application) bundles.
7 MacOS X. BundleBuilder is a general tool, AppBuilder is a subclass
16 % python bundlebuilder.py [options] build
22 from bundlebuilder import buildapp
28 __all__ = ["BundleBuilder", "BundleBuilderError", "AppBuilder", "buildapp"]
32 warnpy3k("In 3.x, the bundlebuilder module is removed.", stacklevel=2)
71 class BundleBuilder(Defaults):
73 """BundleBuilder is a barebones class for assembling bundles. It
354 class AppBuilder(BundleBuilder):
456 BundleBuilder.setup(self
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 4 bundlebuilder.py -- Tools to assemble MacOS X (application) bundles.
7 MacOS X. BundleBuilder is a general tool, AppBuilder is a subclass
16 % python bundlebuilder.py [options] build
22 from bundlebuilder import buildapp
28 __all__ = ["BundleBuilder", "BundleBuilderError", "AppBuilder", "buildapp"]
32 warnpy3k("In 3.x, the bundlebuilder module is removed.", stacklevel=2)
71 class BundleBuilder(Defaults):
73 """BundleBuilder is a barebones class for assembling bundles. It
354 class AppBuilder(BundleBuilder):
456 BundleBuilder.setup(self
    [all...]

Completed in 817 milliseconds