Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3 `Â_‹ã@sdZdZdd„ZdS)z3.3.0z-Utility functions for geometrical operations.csztˆttfƒsˆfdStˆƒdkr2ˆdfdStˆƒ}|dksJ|dkrVtd|ƒ‚tˆƒt‡fdd„t|dƒDƒƒS)a¢ Useful for interpreting short descriptions of paddings, borders, margin, etc. Expects a single value or a tuple of length 2 to 4. Returns a tuple representing (clockwise) the value(s) applied to the 4 sides of a rectangle: If a single value is given, that value is applied to all four sides. If two or three values are given, the missing values are taken from the opposite side(s). If four values are given they are returned unchanged. >>> normalizeTRBL(1) (1, 1, 1, 1) >>> normalizeTRBL((1, 1.2)) (1, 1.2, 1, 1.2) >>> normalizeTRBL((1, 1.2, 0)) (1, 1.2, 0, 1.2) >>> normalizeTRBL((1, 1.2, 0, 8)) (1, 1.2, 0, 8) ééééz6A padding must have between 2 and 4 values but got %d.csg|]}ˆ|d‘qS)r©)Ú.0Úi)Úprú8/tmp/tmp4i9tl1d3/lib64/python/reportlab/lib/geomutils.pyú sz!normalizeTRBL..)Ú isinstanceÚtupleÚlistÚlenÚ ValueErrorÚrange)rÚlr)rr Ú normalizeTRBLs   rN)Ú __version__Ú__doc__rrrrr Ús