We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30934e commit dff9161Copy full SHA for dff9161
Lib/logging/__init__.py
@@ -748,8 +748,8 @@ def filter(self, record):
748
"""
749
Determine if the specified record is to be logged.
750
751
- Is the specified record to be logged? Returns 0 for no, nonzero for
752
- yes. If deemed appropriate, the record may be modified in-place.
+ Returns True if the record should be logged, or False otherwise.
+ If deemed appropriate, the record may be modified in-place.
753
754
if self.nlen == 0:
755
return True
0 commit comments