We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e1eee commit c2516e2Copy full SHA for c2516e2
stubs/reportlab/reportlab/graphics/charts/utils.pyi
@@ -67,6 +67,6 @@ class FillPairedData(list[Incomplete]):
67
other: Incomplete
68
def __init__(self, v, other: int = 0) -> None: ...
69
70
-def angle2dir(angle: float) -> str: ...
71
-def angle2corner(angle: float) -> str: ...
+def angle2dir(angle: float) -> Literal["n", "ne", "e", "se", "s", "sw", "w", "nw", "c"]: ...
+def angle2corner(angle: float) -> Literal["n", "ne", "e", "se", "s", "sw", "w", "nw", "c"]: ...
72
def boxCornerCoords(bb: Sequence[float], cn: Literal["n", "ne", "e", "se", "s", "sw", "w", "nw", "c"]) -> tuple[float, float]: ...
0 commit comments