Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
def
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
165
class
PPTCrew_wo_HTML(PPTCrew):
Callers
1
__init__
Method · 0.70
Calls
1
to_pptc
Method · 0.45
Tested by
no test coverage detected