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

Ignoring files prefix and use only files implemented #557

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Malachov
Copy link

@Malachov Malachov commented Jan 11, 2022

Resolves #393 (was already closed, but issue still remaining because of another reason)

Both proposed ways implemented. Its possible to define prefix that will be always ignored (possible to setup for npm modules). Also it's possible to define what particular files will be parsed.

New params in inits are called exclude_prefix and use_only_files feel free to change names as you wish.

init.py in tests added so the tests can run in local IDE and imports works from root.

In added tests, also original tests changed a bit as sort() function returns none and comparison would fail even if not all functions would be parsed.

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

Successfully merging this pull request may close these issues.

eel.init takes 20seconds
1 participant