-
-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
Description
I noticed that type stubs seem to be missing DumpJsonToString, so for example pyright raises an error when using that method. I only checked Shape but think it affects all the types
| def Convex(self, theIsConvex: bool) -> None: ... |
Could it be added to the types?
Reactions are currently unavailable