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

Method str

util.py:40–41  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

38
39 @classmethod
40 def str(cls):
41 return ",".join([cls.TRAIN, cls.EVAL, cls.PREDICT])
42
43
44class Logger(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected