OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bdist_dumb
(Results
1 - 10
of
10
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py
1
"""Tests for distutils.command.
bdist_dumb
."""
17
from distutils.command.
bdist_dumb
import
bdist_dumb
65
cmd =
bdist_dumb
(dist)
98
cmd =
bdist_dumb
(dist)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py
1
"""Tests for distutils.command.
bdist_dumb
."""
17
from distutils.command.
bdist_dumb
import
bdist_dumb
65
cmd =
bdist_dumb
(dist)
98
cmd =
bdist_dumb
(dist)
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_dumb.py
1
"""distutils.command.
bdist_dumb
3
Implements the Distutils '
bdist_dumb
' command (create a "dumb" built
19
class
bdist_dumb
(Command):
class in inherits:Command
129
self.distribution.dist_files.append(('
bdist_dumb
', pyversion,
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sundry.py
28
import distutils.command.
bdist_dumb
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_dumb.py
1
"""distutils.command.
bdist_dumb
3
Implements the Distutils '
bdist_dumb
' command (create a "dumb" built
19
class
bdist_dumb
(Command):
class in inherits:Command
129
self.distribution.dist_files.append(('
bdist_dumb
', pyversion,
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sundry.py
28
import distutils.command.
bdist_dumb
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py
1
"""distutils.command.
bdist_dumb
3
Implements the Distutils '
bdist_dumb
' command (create a "dumb" built
19
class
bdist_dumb
(Command):
class in inherits:Command
129
self.distribution.dist_files.append(('
bdist_dumb
', pyversion,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py
28
import distutils.command.
bdist_dumb
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py
1
"""distutils.command.
bdist_dumb
3
Implements the Distutils '
bdist_dumb
' command (create a "dumb" built
19
class
bdist_dumb
(Command):
class in inherits:Command
129
self.distribution.dist_files.append(('
bdist_dumb
', pyversion,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py
28
import distutils.command.
bdist_dumb
Completed in 378 milliseconds