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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 32 The data member `self.ruler' sets the character used to draw separator lines
33 in the help messages. If empty, no ruler line is drawn. It defaults to "=".
69 ruler = '='
342 if self.ruler:
343 self.stdout.write("%s\n"%str(self.ruler * len(header)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
cmd.py 32 The data member `self.ruler' sets the character used to draw separator lines
33 in the help messages. If empty, no ruler line is drawn. It defaults to "=".
69 ruler = '='
345 if self.ruler:
346 self.stdout.write("%s\n"%str(self.ruler * len(header)))
  /external/python/cpython2/Lib/
cmd.py 32 The data member `self.ruler' sets the character used to draw separator lines
33 in the help messages. If empty, no ruler line is drawn. It defaults to "=".
69 ruler = '='
345 if self.ruler:
346 self.stdout.write("%s\n"%str(self.ruler * len(header)))
  /external/python/cpython3/Lib/
cmd.py 32 The data member `self.ruler' sets the character used to draw separator lines
33 in the help messages. If empty, no ruler line is drawn. It defaults to "=".
66 ruler = '='
341 if self.ruler:
342 self.stdout.write("%s\n"%str(self.ruler * len(header)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 287 """Dialog class with a fixed layout: controls at the top, then a ruler,
294 ruler = self.h - 36
295 bmwidth = 152*ruler/328
297 self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin")
298 self.line("BottomLine", 0, ruler, self.w, 0)
    [all...]
  /external/python/cpython2/Tools/msi/
msi.py 288 """Dialog class with a fixed layout: controls at the top, then a ruler,
295 ruler = self.h - 36
296 bmwidth = 152*ruler/328
298 self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin")
299 self.line("BottomLine", 0, ruler, self.w, 0)
    [all...]
  /external/python/cpython3/Lib/distutils/command/
bdist_msi.py 22 """Dialog class with a fixed layout: controls at the top, then a ruler,
29 ruler = self.h - 36
30 bmwidth = 152*ruler/328
32 # self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin")
33 self.line("BottomLine", 0, ruler, self.w, 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_msi.py 24 """Dialog class with a fixed layout: controls at the top, then a ruler,
31 ruler = self.h - 36
33 # self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin")
34 self.line("BottomLine", 0, ruler, self.w, 0)
    [all...]
  /external/python/cpython2/Lib/distutils/command/
bdist_msi.py 24 """Dialog class with a fixed layout: controls at the top, then a ruler,
31 ruler = self.h - 36
33 # self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin")
34 self.line("BottomLine", 0, ruler, self.w, 0)
    [all...]

Completed in 2556 milliseconds