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

Method after_unmarshal

src/docx/opc/package.py:31–38  ·  view source on GitHub ↗

Entry point for any post-unmarshaling processing. May be overridden by subclasses without forwarding call to super.

(self)

Source from the content-addressed store, hash-verified

29 """
30
31 def after_unmarshal(self):
32 """Entry point for any post-unmarshaling processing.
33
34 May be overridden by subclasses without forwarding call to super.
35 """
36 # don't place any code here, just catch call if not overridden by
37 # subclass
38 pass
39
40 @property
41 def core_properties(self) -> CoreProperties:

Callers 1

unmarshalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected