MCPcopy Create free account
hub / github.com/scanny/python-pptx / blob

Method blob

src/pptx/opc/package.py:403–405  ·  view source on GitHub ↗

bytes XML serialization of this part.

(self)

Source from the content-addressed store, hash-verified

401
402 @property
403 def blob(self) -> bytes: # pyright: ignore[reportIncompatibleMethodOverride]
404 """bytes XML serialization of this part."""
405 return serialize_part_xml(self._element)
406
407 # -- XmlPart cannot set its blob, which is why pyright complains --
408

Callers

nothing calls this directly

Calls 1

serialize_part_xmlFunction · 0.90

Tested by

no test coverage detected