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

Method test___all__

Lib/test/test_tokenize.py:1282–1287  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1280 Decimal('-3.217160342717258261933904529E-7'))
1281
1282 def test___all__(self):
1283 expected = token.__all__ + [
1284 "TokenInfo", "TokenError", "generate_tokens",
1285 "detect_encoding", "untokenize", "open", "tokenize",
1286 ]
1287 self.assertCountEqual(tokenize.__all__, expected)
1288
1289
1290class TestTokenizerAdheresToPep0263(TestCase):

Callers

nothing calls this directly

Calls 1

assertCountEqualMethod · 0.80

Tested by

no test coverage detected