We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You can use cq.Workplane.x = myfun or such.
#1644
See this about a workaround which allows pyright to type the code.
Another way to get this all done would be to introduce this syntax in Python:
def ext(wp, params): ... wp..ext(params) where .. means turn this into ext(wp, params)
No idea where to put this issue. Maybe somebody else finds it helpful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You can use cq.Workplane.x = myfun or such.
#1644
See this about a workaround which allows pyright to type the code.
Another way to get this all done would be to introduce this syntax in Python:
No idea where to put this issue. Maybe somebody else finds it helpful.
The text was updated successfully, but these errors were encountered: