MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / __init__

Method __init__

utils/src/experiment/ablation.py:166–168  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

164
165class PPTCrew_wo_HTML(PPTCrew):
166 def __init__(self, *args, **kwargs):
167 super().__init__(*args, **kwargs)
168 monkeypatch_render()
169
170 def _hire_staffs(self, record_cost: bool, **kwargs) -> dict[str, Role]:
171 new_coder = "coder_wo_html"

Callers

nothing calls this directly

Calls 1

monkeypatch_renderFunction · 0.70

Tested by

no test coverage detected