MCPcopy Create free account
hub / github.com/dianping/cat / NullMessage

Class NullMessage

lib/python/src/cat/message.py:27–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class NullMessage(object):
28
29 CAT_SUCCESS = CAT_SUCCESS
30 CAT_ERROR = CAT_ERROR
31
32 def __init__(self, mtype, mname):
33 pass
34
35 def complete(self):
36 pass
37
38 def set_status(self, status):
39 pass
40
41 def set_data(self, data):
42 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected