Skip to content

Commit

Permalink
Add comment clarifying abc-specific override.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
coleifer committed May 30, 2023
1 parent d33dfab commit 95b9889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ def _query_val_transform(v):


class Node(object):
__isabstractmethod__ = False
_coerce = True
__isabstractmethod__ = False # Avoid issue w/abc and __getattr__, eg fn.X

def clone(self):
obj = self.__class__.__new__(self.__class__)
Expand Down

0 comments on commit 95b9889

Please sign in to comment.