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

Explanation: Aliasing #463

Open
pcattori opened this issue Oct 14, 2020 · 0 comments
Open

Explanation: Aliasing #463

pcattori opened this issue Oct 14, 2020 · 0 comments
Labels
📝 Docs Documentation-only changes 🙋‍♀️ Feature Request New feature or request

Comments

@pcattori
Copy link
Contributor

pcattori commented Oct 14, 2020

Example:

import tamr_client as tc

# aliases
M = tc.mastering
check = tc.operation.check

# concise code due to aliasing
check(M.update_unified_dataset(session, project))
check(M.generate_pairs(session, project))
check(M.apply_feedback(session, project))
@pcattori pcattori added 📝 Docs Documentation-only changes 🙋‍♀️ Feature Request New feature or request labels Oct 14, 2020
@pcattori pcattori changed the title explanation doc: aliasing Explanation: Aliasing Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 Docs Documentation-only changes 🙋‍♀️ Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant