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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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
128 self.distribution.dist_files.append(('bdist_dumb', pyversion,
  /external/python/cpython2/Lib/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,
  /external/python/cpython3/Lib/distutils/command/
bdist_dumb.py 1 """distutils.command.bdist_dumb
3 Implements the Distutils 'bdist_dumb' command (create a "dumb" built
15 class bdist_dumb(Command): class in inherits:Command
119 self.distribution.dist_files.append(('bdist_dumb', pyversion,
  /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/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/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/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,

Completed in 194 milliseconds