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

Method info

util.py:78–83  ·  view source on GitHub ↗

Log info message msg: Message to log

(msg)

Source from the content-addressed store, hash-verified

76
77 @staticmethod
78 def info(msg):
79 """"Log info message
80 msg: Message to log
81 """
82 logging.info(msg)
83 sys.stdout.write(msg + "\n")
84
85 @staticmethod
86 def warn(msg):

Callers 3

trainFunction · 0.95
__init__Method · 0.80
_print_dict_infoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected