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

Class Emu

src/pptx/util.py:82–86  ·  view source on GitHub ↗

Convenience constructor for length in english metric units.

Source from the content-addressed store, hash-verified

80
81
82class Emu(Length):
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 15

notify_height_changedMethod · 0.90
notify_width_changedMethod · 0.90
_native_sizeMethod · 0.90
newMethod · 0.90
convert_to_shapeMethod · 0.90
shape_offset_xMethod · 0.90
shape_offset_yMethod · 0.90

Calls

no outgoing calls

Tested by 1