MCPcopy Create free account
hub / github.com/chinawithfrank/ChatBotCourse / get_local_group_id_map

Method get_local_group_id_map

tf_classify_demo/sample_data.py:61–65  ·  view source on GitHub ↗

get_local_group_id_map

(self)

Source from the content-addressed store, hash-verified

59 return self.local_word_id_map
60
61 def get_local_group_id_map(self):
62 """
63 get_local_group_id_map
64 """
65 return self.local_group_id_map
66
67 def group_id_size(self):
68 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected