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

Method __new__

src/pptx/util.py:85–86  ·  view source on GitHub ↗
(cls, emu: int)

Source from the content-addressed store, hash-verified

83 """Convenience constructor for length in english metric units."""
84
85 def __new__(cls, emu: int):
86 return Length.__new__(cls, int(emu))
87
88
89class Mm(Length):

Callers

nothing calls this directly

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected