MCPcopy Index your code
hub / github.com/python/cpython / test_dawg

Method test_dawg

Lib/test/test_tools/test_makeunicodedata.py:118–122  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

116 ]
117 )
118 def test_dawg(self, data):
119 # suppress debug prints
120 with support.captured_stdout() as output:
121 # it's enough to build it, building will also check the result
122 build_compression_dawg(data)

Callers

nothing calls this directly

Calls 1

build_compression_dawgFunction · 0.90

Tested by

no test coverage detected