| /external/python/cpython2/Lib/test/ |
| D | sortperf.py | 4 See tabulate() for output format. 66 def tabulate(r): function 67 """Tabulate sort speed for lists of various sizes. 145 One argument: tabulate a single row. 146 Two arguments: tabulate a range (inclusive). 166 tabulate(r)
|
| /external/python/cpython3/Lib/test/ |
| D | sortperf.py | 4 See tabulate() for output format. 66 def tabulate(r): function 67 r"""Tabulate sort speed for lists of various sizes. 145 One argument: tabulate a single row. 146 Two arguments: tabulate a range (inclusive). 166 tabulate(r)
|
| /external/bazelbuild-rules_python/examples/bzlmod/ |
| D | lib.py | 15 from tabulate import tabulate 19 return tabulate(table)
|
| D | gazelle_python.yaml | 490 tabulate: tabulate 491 tabulate.version: tabulate
|
| D | requirements.in | 8 tabulate~=0.9.0
|
| D | BUILD.bazel | 45 requirement("tabulate"),
|
| /external/bazelbuild-rules_python/examples/bzlmod_build_file_generation/ |
| D | lib.py | 15 from tabulate import tabulate 19 return tabulate(table)
|
| D | gazelle_python.yaml | 491 tabulate: tabulate 492 tabulate.version: tabulate
|
| D | requirements.in | 4 tabulate~=0.9.0
|
| D | BUILD.bazel | 82 deps = ["@pip//tabulate"],
|
| /external/rust/crates/grpcio-sys/grpc/tools/profiling/qps/ |
| D | qps_diff.py | 27 import tabulate 138 return tabulate.tabulate(rows, headers=headers, floatfmt='+.2f')
|
| /external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
| D | console_printer.py | 16 from tabulate import tabulate_impl 29 """Minimal re-implementation of the tabulate module.""" 61 """Call either tabulate.tabulate(), or our internal alternateTabulate()."""
|
| /external/grpc-grpc/tools/profiling/qps/ |
| D | qps_diff.py | 27 import tabulate 153 return tabulate.tabulate(rows, headers=headers, floatfmt="+.2f")
|
| /external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
| D | bm_diff.py | 30 import tabulate 281 tabulate.tabulate(rows, headers=headers, floatfmt="+.2f"),
|
| /external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/ |
| D | bm_diff.py | 30 import tabulate 252 return tabulate.tabulate(rows, headers=headers,
|
| /external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/ |
| D | requirements.linux_perf.txt | 5 tabulate==0.8.9
|
| D | prepare_build_linux_perf_multilang_rc | 27 sudo pip install tabulate
|
| /external/grpc-grpc/tools/internal_ci/helper_scripts/ |
| D | requirements.linux_perf.txt | 5 tabulate==0.8.9
|
| D | prepare_build_linux_perf_multilang_rc | 27 sudo pip install tabulate
|
| /external/python/setuptools/setuptools/_vendor/more_itertools/ |
| D | recipes.py | 52 'tabulate', 76 def tabulate(function, start=0): function 86 >>> iterator = tabulate(square, -3)
|
| /external/grpc-grpc/tools/gce/ |
| D | linux_kokoro_performance_worker_init.sh | 81 sudo pip install tabulate 92 sudo pypy -m pip install tabulate
|
| /external/rust/crates/grpcio-sys/grpc/tools/gce/ |
| D | linux_kokoro_performance_worker_init.sh | 81 sudo pip install tabulate 92 sudo pypy -m pip install tabulate
|
| /external/python/setuptools/pkg_resources/_vendor/more_itertools/ |
| D | recipes.py | 54 'tabulate', 79 def tabulate(function, start=0): function 89 >>> iterator = tabulate(square, -3)
|
| /external/python/cpython3/Tools/scripts/ |
| D | pdeps.py | 143 # Tabulate results neatly
|
| /external/python/cpython2/Tools/scripts/ |
| D | pdeps.py | 144 # Tabulate results neatly
|