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

Function monkeypatch_render

utils/src/experiment/ablation.py:155–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153
154
155def monkeypatch_render():
156 for cls in [
157 ShapeElement,
158 GroupShape,
159 SlidePage,
160 TextFrame,
161 ]:
162 cls.to_html = lambda s: s.to_pptc()
163
164
165class PPTCrew_wo_HTML(PPTCrew):

Callers 1

__init__Method · 0.70

Calls 1

to_pptcMethod · 0.45

Tested by

no test coverage detected