MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / parse

Method parse

simcore/post_script/pb_save_agent.py:128–129  ·  view source on GitHub ↗
(self, event: PbEvent)

Source from the content-addressed store, hash-verified

126
127 @abstractmethod
128 def parse(self, event: PbEvent) -> bool:
129 raise NotImplementedError("parse in {} is a pure virtual function".format(MsgParser.__class__))
130
131 @abstractmethod
132 def show(self):

Callers 2

parseMethod · 0.45
pb_save_agent.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected