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

File engine support #72

Merged
merged 4 commits into from
Dec 24, 2019
Merged

File engine support #72

merged 4 commits into from
Dec 24, 2019

Conversation

armymaksim
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Dec 24, 2019

Coverage Status

Coverage increased (+0.08%) to 91.878% when pulling be87806 on armymaksim:master into 6691d12 on xzkostyan:master.


class File(Engine):

__visit_name__ = 'file'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

It seems there is no need in custom visit name. __visit_name__ = 'engine' from Engine is enough. visit_file also can be dropped.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right

@xzkostyan xzkostyan merged commit 48e75c6 into xzkostyan:master Dec 24, 2019
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.

None yet

3 participants