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

scan an individual module #37

Open
faassen opened this issue Jun 26, 2014 · 1 comment
Open

scan an individual module #37

faassen opened this issue Jun 26, 2014 · 1 comment

Comments

@faassen
Copy link

faassen commented Jun 26, 2014

I have a need for a method scan_module() that scans just a single module and does not recurse down packages. So it is related to issue #7 from 2011, I think.

I've factored an invoke() and a scan_module() method out of scan(). I think this also makes the code more readable as a whole.

The tests pass on Python 2.6 and Python 2.7, but the test runner (before my changes) has issues with both PyPy and Python 3.3, see issues #35 and #36. Once those get fixed I can send a pull request.

@digitalresistor
Copy link
Member

@faassen If you'd like to provide changes from your fork back, I'd be willing to review and get them out.

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

No branches or pull requests

2 participants