Skip to content

Commit

Permalink
Add classmethod back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Furr committed Jul 13, 2018
1 parent 05e0f5b commit 9797885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mongoengine/base/datastructures.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def _mark_as_changed(self, key=None):

class EmbeddedDocumentList(BaseList):

#classmethod
def __match_all(cls, embedded_doc, kwargs):
"""Return True if a given embedded doc matches all the filter
kwargs. If it doesn't return False.
Expand Down

0 comments on commit 9797885

Please sign in to comment.