Skip to content

Commit

Permalink
make it callable
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Apr 26, 2019
1 parent 21a19e5 commit cd94c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easyquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def filter(self, table, column_slice=None):
self.mask(table)
)

__call__ = filter

def count(self, table):
"""
Expand Down

0 comments on commit cd94c10

Please sign in to comment.