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

Class Type

util.py:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
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