Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ _new_ext
Method
_new_ext
src/pptx/oxml/shapes/shared.py:513–517 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
511
ext.cy = value
512
513
def
_new_ext(self):
514
ext = OxmlElement(
"a:ext"
)
515
ext.cx = 0
516
ext.cy = 0
517
return
ext
518
519
def
_new_off(self):
520
off = OxmlElement(
"a:off"
)
Callers
nothing calls this directly
Calls
1
OxmlElement
Function · 0.90
Tested by
no test coverage detected