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

Method str

util.py:24–25  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

22class Type(object):
23 @classmethod
24 def str(cls):
25 raise NotImplementedError
26
27
28class ModeType(Type):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected