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

Function iter_corner

features/steps/shapes.py:111–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 CX = CY = Inches(0.375)
110
111 def iter_corner():
112 y = Y_ORIG
113 while True:
114 for i in range(20):
115 x = X_ORIG + (X_INCR * i)
116 yield x, y
117 y += Y_INCR
118
119 shapes = context.shapes
120 corners = iter_corner()

Callers 1

when_I_add_100_shapesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…