OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BundleBuilder
(Results
1 - 2
of
2
) sorted by null
/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 2838 milliseconds