MCPcopy Create free account
hub / github.com/modelscope/modelscope / __init__

Method __init__

modelscope/preprocessors/ofa/utils/text2phone.py:21–25  ·  view source on GitHub ↗

Initialize your data structure here.

(self)

Source from the content-addressed store, hash-verified

19 """
20
21 def __init__(self):
22 """
23 Initialize your data structure here.
24 """
25 self.root = TrieNode()
26
27 def insert(self, word):
28 """

Callers 1

__init__Method · 0.45

Calls 1

TrieNodeClass · 0.70

Tested by

no test coverage detected