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

Method lastPrinted_datetime

src/pptx/oxml/coreprops.py:125–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

123
124 @property
125 def lastPrinted_datetime(self):
126 return self._datetime_of_element("lastPrinted")
127
128 @lastPrinted_datetime.setter
129 def lastPrinted_datetime(self, value: dt.datetime):

Callers

nothing calls this directly

Calls 2

_datetime_of_elementMethod · 0.95
_set_element_datetimeMethod · 0.95

Tested by

no test coverage detected