mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-23 17:28:38 +08:00
Add merge_extra attribute to LoggerAdapter (#14197)
This commit is contained in:
committed by
GitHub
parent
cf8e3649b9
commit
9c0218ee04
@@ -373,6 +373,9 @@ class LoggerAdapter(Generic[_L]):
|
||||
else:
|
||||
extra: Mapping[str, object]
|
||||
|
||||
if sys.version_info >= (3, 13):
|
||||
merge_extra: bool
|
||||
|
||||
def process(self, msg: Any, kwargs: MutableMapping[str, Any]) -> tuple[Any, MutableMapping[str, Any]]: ...
|
||||
def debug(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user