MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / log

Method log

masfactory/visualizer/client.py:123–127  ·  view source on GitHub ↗
(self, level: str, message: str)

Source from the content-addressed store, hash-verified

121 return
122
123 def log(self, level: str, message: str) -> None:
124 try:
125 self._runtime.log(level, message)
126 except Exception:
127 return
128
129 def node_start(self, node: object, inputs: dict[str, object]) -> object | None:
130 """Notify the Visualizer that a node is about to execute.

Callers 15

begin_runMethod · 0.95
end_runMethod · 0.95
uctMethod · 0.45
mainFunction · 0.45
parseCreateNodeFunction · 0.45
parseBuildFuncArgumentFunction · 0.45
parseEdgeCreationFunction · 0.45
findReexportTargetMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected