MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / pytests

Function pytests

data_structures/trie/trie.py:115–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113
114
115def pytests() -> None:
116 assert test_trie()
117
118
119def main() -> None:

Callers

nothing calls this directly

Calls 1

test_trieFunction · 0.70

Tested by

no test coverage detected