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

Dfply import inefficient in main __init__.py #109

Closed
OscarDeGar opened this issue Jun 15, 2021 · 0 comments · Fixed by #110
Closed

Dfply import inefficient in main __init__.py #109

OscarDeGar opened this issue Jun 15, 2021 · 0 comments · Fixed by #110
Assignees
Labels
enhancement New feature or request

Comments

@OscarDeGar
Copy link
Collaborator

Currently each verb and needed objects are being all imported individually in init.py versus using all attribute at the top of dpfly files, like in other grama files.

Example of dfply currently in init.py:
dfply_import_ex1

Example of what it should be at the tops of files:
dfply_import_ex2
(eval_defaults.py shown above)

Change can allow for relative star import of dfply in init.py. "from dfply import *"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant