Skip to content
New issue

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

astTran is documented to use forward as a keyword argument, but it does not #44

Open
demitri opened this issue Mar 8, 2021 · 0 comments

Comments

@demitri
Copy link
Contributor

demitri commented Mar 8, 2021

When I call something like:

frame.astObject.tran(points, forward=False)

I get

TypeError: tran() takes no keyword arguments

The Python documentation suggests that it is a keyword argument:

out = mapping.tran( in, forward=True, out=None )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant