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.
Incomplete
1 parent 0e47a1f commit 0062db8Copy full SHA for 0062db8
1 file changed
stubs/reportlab/reportlab/platypus/tables.pyi
@@ -56,8 +56,8 @@ class TableStyle:
56
def getCommands(self) -> list[_TableCommand]: ...
57
58
class ShadowStyle(NamedTuple):
59
- dx: int = 10
60
- dy: int = -10
+ dx: Incomplete = 10
+ dy: Incomplete = -10
61
color0: _Color = "grey"
62
color1: _Color = "white"
63
nshades: int = 30
0 commit comments