-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[refactor] Move functions in __init__ to misc #4150
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/taichi-api-docs-preview/taichi/A8XpRsJ8HokvKHMZnUDhqr2yy2uk [Deployment for 6186c48 failed] |
✔️ Deploy Preview for docsite-preview canceled. 🔨 Explore the source changes: 6186c48 🔍 Inspect the deploy log: https://app.netlify.com/sites/docsite-preview/deploys/61f2510e8cc59e000854abb6 |
/format |
…c_in_init # Conflicts: # python/taichi/lang/__init__.py
# Conflicts: # python/taichi/lang/__init__.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Related issue = #3782
There are too many functions in
lang/__init__.py
. I think we should move them to a new python file so that we can clear python api conveniently.