MCPcopy Create free account
hub / github.com/Tencent/NeuralNLP-NeuralClassifier / debug

Method debug

util.py:70–75  ·  view source on GitHub ↗

Log debug message msg: Message to log

(msg)

Source from the content-addressed store, hash-verified

68
69 @staticmethod
70 def debug(msg):
71 """Log debug message
72 msg: Message to log
73 """
74 logging.debug(msg)
75 sys.stdout.write(msg + "\n")
76
77 @staticmethod
78 def info(msg):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected