HomeSort by relevance Sort by last modified time
    Searched refs:dedent (Results 226 - 250 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/python/cpython3/Tools/clinic/
clinic.py 535 s = textwrap.dedent(s)
3179 def dedent(self, line): member in class:IndentStack
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_import.py 315 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_import.py 315 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 315 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 315 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 635 xml = dedent(xml);
VisualRefactoring.java 608 protected static String dedent(String xml) { method in class:VisualRefactoring
    [all...]
  /external/python/cpython3/Lib/test/
test_logging.py     [all...]
test_pydoc.py 543 help_header = textwrap.dedent(help_header)
    [all...]
test_traceback.py 181 code = textwrap.dedent("""
    [all...]
test_subprocess.py     [all...]
test_nntplib.py 463 lit = textwrap.dedent(lit)
    [all...]
test_smtplib.py     [all...]
test_sys.py 262 code = textwrap.dedent("""
    [all...]
test_mailbox.py 85 _nonascii_msg = textwrap.dedent("""\
122 _non_latin_bin_msg = textwrap.dedent("""\
    [all...]
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
core_test.py 173 pattern = textwrap.dedent("""\
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py     [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py     [all...]
  /external/python/cpython2/Lib/
zipfile.py     [all...]
  /external/python/cpython3/Lib/test/test_import/
__init__.py 284 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]

Completed in 864 milliseconds

1 2 3 4 5 6 7 8 91011