MCPcopy Index your code
hub / github.com/python-openxml/python-docx / PhysPkgWriter

Class PhysPkgWriter

src/docx/opc/phys_pkg.py:28–32  ·  view source on GitHub ↗

Factory for physical package writer objects.

Source from the content-addressed store, hash-verified

26
27
28class PhysPkgWriter:
29 """Factory for physical package writer objects."""
30
31 def __new__(cls, pkg_file):
32 return super(PhysPkgWriter, cls).__new__(_ZipPkgWriter)
33
34
35class _DirPkgReader(PhysPkgReader):

Callers 3

writeMethod · 0.90
it_can_write_a_blobMethod · 0.90

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…