MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / clear

Method clear

tests/model_executor/test_tp_utils.py:40–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 self.errors.append(message)
39
40 def clear(self):
41 self.errors.clear()
42
43
44def _ensure_module(name: str) -> types.ModuleType:

Calls

no outgoing calls

Tested by

no test coverage detected