Home
last modified time | relevance | path

Searched refs:tabulate (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dsortperf.py4 See tabulate() for output format.
66 def tabulate(r): function
145 One argument: tabulate a single row.
146 Two arguments: tabulate a range (inclusive).
166 tabulate(r)
/third_party/node/deps/v8/tools/
H A Dgenerate-runtime-call-stats.py16 import tabulate namespace
258 f.write(tabulate.tabulate(table, headers=headers, floatfmt=floatfmt))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsole_printer.py16 from tabulate import tabulate_impl
29 """Minimal re-implementation of the tabulate module."""
61 """Call either tabulate.tabulate(), or our internal alternateTabulate()."""

Completed in 2 milliseconds