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
Generalize experimental_syntax_encoding.py, but use an import hook, to build a list of tranformers. Perhaps use somethine like the following:
experimental_syntax_encoding.py
from ideas-examples import ... # from ideas.examples from experimental-ideas import ... # from anywhere on sys.path
The text was updated successfully, but these errors were encountered:
aroberge
No branches or pull requests
Generalize
experimental_syntax_encoding.py
, but use an import hook, to build a list of tranformers. Perhaps use somethine like the following:The text was updated successfully, but these errors were encountered: