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

Method __new__

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

Source from the content-addressed store, hash-verified

19 _EMUS_PER_PT = 12700
20
21 def __new__(cls, emu: int):
22 return int.__new__(cls, emu)
23
24 @property
25 def inches(self) -> float:

Callers

nothing calls this directly

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected