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

Method warn

util.py:86–91  ·  view source on GitHub ↗

Log warn message msg: Message to log

(msg)

Source from the content-addressed store, hash-verified

84
85 @staticmethod
86 def warn(msg):
87 """Log warn message
88 msg: Message to log
89 """
90 logging.warning(msg)
91 sys.stdout.write(msg + "\n")
92
93 @staticmethod
94 def error(msg):

Callers 5

evalFunction · 0.95
runMethod · 0.80
_load_dictMethod · 0.80
_label_to_idMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected