mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add comment to LogRecord.message (#6654)
This commit is contained in:
@@ -336,6 +336,7 @@ class LogRecord:
|
||||
lineno: int
|
||||
module: str
|
||||
msecs: float
|
||||
# Only created when logging.Formatter.format is called. See #6132.
|
||||
message: str
|
||||
msg: str
|
||||
name: str
|
||||
|
||||
Reference in New Issue
Block a user