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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 66 break_on_hyphens (default: true)
116 break_on_hyphens=True):
125 self.break_on_hyphens = break_on_hyphens
165 if break_on_hyphens is True, or in:
171 if self.break_on_hyphens:
176 if self.break_on_hyphens:
  /external/python/cpython3/Lib/idlelib/idle_test/
test_calltip.py 99 drop_whitespace=True, break_on_hyphens=True, tabsize=8, *, max_lines=None,
  /external/python/cpython3/Lib/test/
test_textwrap.py 426 # Ensure that the break_on_hyphens attributes work
429 break_on_hyphens=True)
431 break_on_hyphens=False)
454 break_on_hyphens=True)
460 break_on_hyphens=False)
470 break_on_hyphens=True)
476 break_on_hyphens=False)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_textwrap.py 377 # Ensure that the break_on_hyphens attributes work
380 break_on_hyphens=True)
382 break_on_hyphens=False)
  /external/python/cpython2/Lib/test/
test_textwrap.py 425 # Ensure that the break_on_hyphens attributes work
428 break_on_hyphens=True)
430 break_on_hyphens=False)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
textwrap.py 74 break_on_hyphens (default: true)
124 break_on_hyphens=True):
133 self.break_on_hyphens = break_on_hyphens
173 if break_on_hyphens is True, or in:
179 if self.break_on_hyphens:
184 if self.break_on_hyphens:
  /external/python/cpython2/Lib/
textwrap.py 74 break_on_hyphens (default: true)
124 break_on_hyphens=True):
133 self.break_on_hyphens = break_on_hyphens
173 if break_on_hyphens is True, or in:
179 if self.break_on_hyphens:
184 if self.break_on_hyphens:
  /external/python/cpython3/Lib/
textwrap.py 54 break_on_hyphens (default: true)
124 break_on_hyphens=True,
137 self.break_on_hyphens = break_on_hyphens
170 if break_on_hyphens is True, or in:
175 if self.break_on_hyphens is True:
  /external/perfetto/tools/
gen_build 257 break_on_hyphens=False):

Completed in 548 milliseconds