-
Notifications
You must be signed in to change notification settings - Fork 135
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
Feature/lazyness #229
base: develop
Are you sure you want to change the base?
Feature/lazyness #229
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the attribute .is_lazy
for the plugins is not exactly what it means, it means it can be lazy. If i'm wrong, please explain this to me @turicas
I'm saying this because I don't think lazy tables should be default for rows
since it depends on the use cases.
@@ -25,6 +25,39 @@ | |||
from rows.fields import identify_type | |||
|
|||
|
|||
class LazyTable(object): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it a good idea to create a BaseTable
class to all *Table
classes to inherit from?
Add some documentation with your explanation for the questions above. |
c65aee3
to
5c6da04
Compare
5c6da04
to
56aea5a
Compare
Using the babel library would help us solving some problems the locale library from stdlib has. |
56aea5a
to
ac33e7f
Compare
fa144f0
to
bbb2c57
Compare
ac33e7f
to
9d2504a
Compare
This PR addresses #45