MCPcopy
hub / github.com/Tencent/NeuralNLP-NeuralClassifier / items

Method items

config.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 return item in self.dict
36
37 def items(self):
38 return self.dict.items()
39
40 def add(self, key, value):
41 """Add key value pair

Callers 6

evaluateMethod · 0.80
_load_dictMethod · 0.80
_shrink_dictMethod · 0.80
get_hierar_relationsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected